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
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.