Baselight

Synthetic House Price Dataset

Synthetic Dataset for Gradient Descent & House Price Prediction Practice

@kaggle.arshadrahmanziban_synthetic_house_price_dataset

Loading...
Loading...

About this Dataset

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.

Tables

House Price Dataset

@kaggle.arshadrahmanziban_synthetic_house_price_dataset.house_price_dataset
  • 11.47 KB
  • 500 rows
  • 4 columns
Loading...

CREATE TABLE house_price_dataset (
  "square_feet" BIGINT,
  "num_bedrooms" BIGINT,
  "house_age" BIGINT,
  "house_price" DOUBLE
);

Share link

Anyone who has the link will be able to view this.