Car Classification Dataset Can you evaluate which car is better? @kaggle.stealthtechnologies_car_evaluation_classification
About this Dataset Car Classification Dataset SOURCE: LINK Derived from simple hierarchical decision model, this database may be useful for testing constructive induction and structure discovery methods. Variable Name Role Type Description Units Missing Values buying Feature Categorical buying price no maint Feature Categorical price of the maintenance no doors Feature Categorical number of doors no persons Feature Categorical capacity in terms of persons to carry no lug_boot Feature Categorical the size of luggage boot no safety Feature Categorical estimated safety of the car no class Target Categorical evaluation level (unacceptable, acceptable, good, very good) no View more Tables Cars @kaggle.stealthtechnologies_car_evaluation_classification.cars Copy to Clipboard 5.04 KB 1728 rows 7 columns Details and Data Schema Loading... CREATE TABLE cars ( "buying" VARCHAR, "maint" VARCHAR, "doors" VARCHAR, "persons" VARCHAR, "lug_boot" VARCHAR, "safety" VARCHAR, "class" VARCHAR );
Cars @kaggle.stealthtechnologies_car_evaluation_classification.cars Copy to Clipboard 5.04 KB 1728 rows 7 columns Details and Data Schema Loading... CREATE TABLE cars ( "buying" VARCHAR, "maint" VARCHAR, "doors" VARCHAR, "persons" VARCHAR, "lug_boot" VARCHAR, "safety" VARCHAR, "class" VARCHAR );