Simple Housing Dataset For Regression!
Improve your regression skills!
@kaggle.sujithmandala_assignment
Improve your regression skills!
@kaggle.sujithmandala_assignment
CREATE TABLE ds_assignment_part_1_data_set (
"transaction_date" DOUBLE,
"house_age" DOUBLE,
"distance_from_nearest_metro_station_km" DOUBLE,
"number_of_convenience_stores" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"number_of_bedrooms" BIGINT,
"house_size_sqft" BIGINT,
"house_price_of_unit_area" DOUBLE
);
Anyone who has the link will be able to view this.