Simple Housing Dataset For Regression!
Improve your regression skills!
@kaggle.sujithmandala_assignment
Improve your regression skills!
@kaggle.sujithmandala_assignment
A straightforward regression dataset of the int type. Improve your Machine Learning - Regression skills through this dataset!
The dataset contains these columns -
Transaction date
INT
House Age
INT
Distance from nearest Metro station (km)
INT
Number of convenience stores
INT
latitude
INT
longitude
INT
Number of bedrooms
INT
House size (sqft)
INT
House price
INT
Happy Learning!
CREATE TABLE ds_assignment_part_1_data_set (
"transaction_date" DOUBLE,
"house_age" DOUBLE,
"distance_from_nearest_metro_station_km" DOUBLE -- Distance From Nearest Metro Station (km),
"number_of_convenience_stores" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"number_of_bedrooms" BIGINT,
"house_size_sqft" BIGINT -- House Size (sqft),
"house_price_of_unit_area" DOUBLE
);Anyone who has the link will be able to view this.