Baselight

AutoPrice

Price treated as the class attribute.

@kaggle.mathurinache_autoprice

Dataset 2193 Autoprice
@kaggle.mathurinache_autoprice.dataset_2193_autoprice

  • 16.43 KB
  • 159 rows
  • 16 columns
symboling

Symboling

normalized_losses

Normalized-losses

wheel_base

Wheel-base

length

Length

width

Width

height

Height

curb_weight

Curb-weight

engine_size

Engine-size

bore

Bore

stroke

Stroke

compression_ratio

Compression-ratio

horsepower

Horsepower

peak_rpm

Peak-rpm

city_mpg

City-mpg

highway_mpg

Highway-mpg

class

Class

216499.8176.666.254.323371093.193.4101025500243013950
216499.4176.666.454.328241363.193.481155500182217450
1158105.8192.771.455.728441363.193.48.51105500192517710
1158105.8192.771.455.930861313.133.48.31405500172023875
2192101.2176.864.854.323951083.52.88.81015800232916430
192101.2176.864.854.323951083.52.88.81015800232916925
188101.2176.864.854.327101643.313.1991214250212820970
188101.2176.864.854.327651643.313.1991214250212821105
212188.4141.160.353.21488612.913.039.548510047535151
19894.5155.963.6521874903.033.119.670540038436295

CREATE TABLE dataset_2193_autoprice (
  "symboling" BIGINT,
  "normalized_losses" BIGINT,
  "wheel_base" DOUBLE,
  "length" DOUBLE,
  "width" DOUBLE,
  "height" DOUBLE,
  "curb_weight" BIGINT,
  "engine_size" BIGINT,
  "bore" DOUBLE,
  "stroke" DOUBLE,
  "compression_ratio" DOUBLE,
  "horsepower" BIGINT,
  "peak_rpm" BIGINT,
  "city_mpg" BIGINT,
  "highway_mpg" BIGINT,
  "class" BIGINT
);

Share link

Anyone who has the link will be able to view this.