Synthetic House Price Dataset
Synthetic Dataset for Gradient Descent & House Price Prediction Practice
@kaggle.arshadrahmanziban_synthetic_house_price_dataset
Synthetic Dataset for Gradient Descent & House Price Prediction Practice
@kaggle.arshadrahmanziban_synthetic_house_price_dataset
It contains 500 samples of house-related data, including features such as square footage, number of bedrooms, house age, and the corresponding house price. The target variable (House_Price) is generated using a linear equation with added noise to simulate real-world scenarios.
CREATE TABLE house_price_dataset (
"square_feet" BIGINT,
"num_bedrooms" BIGINT,
"house_age" BIGINT,
"house_price" DOUBLE
);
Anyone who has the link will be able to view this.