Collection Of Classification & Regression Datasets
This dataset encompasses my collection of classification and regression
@kaggle.balakrishcodes_others
This dataset encompasses my collection of classification and regression
@kaggle.balakrishcodes_others
CREATE TABLE house_price (
"price" DOUBLE,
"crime_rate" DOUBLE,
"resid_area" DOUBLE,
"air_qual" DOUBLE,
"room_num" DOUBLE,
"age" DOUBLE,
"dist1" DOUBLE,
"dist2" DOUBLE,
"dist3" DOUBLE,
"dist4" DOUBLE,
"teachers" DOUBLE,
"poor_prop" DOUBLE,
"airport" VARCHAR,
"n_hos_beds" DOUBLE,
"n_hot_rooms" DOUBLE,
"waterbody" VARCHAR,
"rainfall" BIGINT,
"bus_ter" VARCHAR,
"parks" DOUBLE
);
Anyone who has the link will be able to view this.