100+ datasets found
  1. Real Estate Price Prediction Data

    • figshare.com
    txt
    Updated Aug 8, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mohammad Shbool; Rand Al-Dmour; Bashar Al-Shboul; Nibal Albashabsheh; Najat Almasarwah (2024). Real Estate Price Prediction Data [Dataset]. http://doi.org/10.6084/m9.figshare.26517325.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    Aug 8, 2024
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    Mohammad Shbool; Rand Al-Dmour; Bashar Al-Shboul; Nibal Albashabsheh; Najat Almasarwah
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Overview: This dataset was collected and curated to support research on predicting real estate prices using machine learning algorithms, specifically Support Vector Regression (SVR) and Gradient Boosting Machine (GBM). The dataset includes comprehensive information on residential properties, enabling the development and evaluation of predictive models for accurate and transparent real estate appraisals.Data Source: The data was sourced from Department of Lands and Survey real estate listings.Features: The dataset contains the following key attributes for each property:Area (in square meters): The total living area of the property.Floor Number: The floor on which the property is located.Location: Geographic coordinates or city/region where the property is situated.Type of Apartment: The classification of the property, such as studio, one-bedroom, two-bedroom, etc.Number of Bathrooms: The total number of bathrooms in the property.Number of Bedrooms: The total number of bedrooms in the property.Property Age (in years): The number of years since the property was constructed.Property Condition: A categorical variable indicating the condition of the property (e.g., new, good, fair, needs renovation).Proximity to Amenities: The distance to nearby amenities such as schools, hospitals, shopping centers, and public transportation.Market Price (target variable): The actual sale price or listed price of the property.Data Preprocessing:Normalization: Numeric features such as area and proximity to amenities were normalized to ensure consistency and improve model performance.Categorical Encoding: Categorical features like property condition and type of apartment were encoded using one-hot encoding or label encoding, depending on the specific model requirements.Missing Values: Missing data points were handled using appropriate imputation techniques or by excluding records with significant missing information.Usage: This dataset was utilized to train and test machine learning models, aiming to predict the market price of residential properties based on the provided attributes. The models developed using this dataset demonstrated improved accuracy and transparency over traditional appraisal methods.Dataset Availability: The dataset is available for public use under the [CC BY 4.0]. Users are encouraged to cite the related publication when using the data in their research or applications.Citation: If you use this dataset in your research, please cite the following publication:[Real Estate Decision-Making: Precision in Price Prediction through Advanced Machine Learning Algorithms].

  2. Forecast house price growth in the UK 2025-2029

    • statista.com
    Updated Jul 16, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Forecast house price growth in the UK 2025-2029 [Dataset]. https://www.statista.com/statistics/376079/uk-house-prices-forecast/
    Explore at:
    Dataset updated
    Jul 16, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    United Kingdom
    Description

    After a period of rapid increase, house price growth in the UK has moderated. In 2025, house prices are forecast to increase by ****percent. Between 2025 and 2029, the average house price growth is projected at *** percent. According to the source, home building is expected to increase slightly in this period, fueling home buying. On the other hand, higher borrowing costs despite recent easing of mortgage rates and affordability challenges may continue to suppress transaction activity. Historical house price growth in the UK House prices rose steadily between 2015 and 2020, despite minor fluctuations. In the following two years, prices soared, leading to the house price index jumping by about 20 percent. As the market stood in April 2025, the average price for a home stood at approximately ******* British pounds. Rents are expected to continue to grow According to another forecast, the prime residential market is also expected to see rental prices grow in the next five years. Growth is forecast to be stronger in 2025 and slow slightly until 2029. The rental market in London is expected to follow a similar trend, with Outer London slightly outperforming Central London.

  3. House Price Predication

    • kaggle.com
    Updated May 7, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sheema Zain (2024). House Price Predication [Dataset]. https://www.kaggle.com/datasets/sheemazain/house-price-predication
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 7, 2024
    Dataset provided by
    Kaggle
    Authors
    Sheema Zain
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    House price prediction Predicting house prices is a common task in data science and machine learning. Here's a high-level overview of how you might approach it:

    Data Collection: Gather a dataset containing features of houses (e.g., size, number of bedrooms, location, amenities) and their corresponding prices. Websites like Zillow, Kaggle, or government housing datasets are good sources.

    Data Preprocessing: Clean the data by handling missing values, encoding categorical variables, and scaling numerical features if necessary. This step ensures that the data is in a suitable format for training a model. Feature Selection/Engineering: Choose relevant features that are likely to influence house prices. You may also create new features based on domain knowledge or data analysis.

    Model Selection: Select a regression model suitable for predicting continuous target variables like house prices. Common choices include Linear Regression, Decision Trees, Random Forests, Gradient Boosting, and Neural Networks.

    Model Training: Split your dataset into training and testing sets to train and evaluate the performance of your model. You can further split the training set for validation purposes or use cross-validation techniques.

    Model Evaluation: Assess the performance of your model using appropriate evaluation metrics such as Mean Absolute Error (MAE), Mean Squared Error (MSE), or Root Mean Squared Error (RMSE).

    Hyperparameter Tuning: Fine-tune your model's hyperparameters to improve its performance. Techniques like grid search or random search can be employed for this purpose.

    Deployment: Once satisfied with your model's performance, deploy it to make predictions on new data. This could be as simple as saving the trained model and creating an interface for users to input house features.

  4. house-price-predictions

    • kaggle.com
    Updated Apr 22, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Khaja Syed (2020). house-price-predictions [Dataset]. https://www.kaggle.com/datasets/khajasyedml/housepricepredictions/metadata
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 22, 2020
    Dataset provided by
    Kaggle
    Authors
    Khaja Syed
    Description

    (https://www.kaggle.com/c/house-prices-advanced-regression-techniques) About this Dataset Start here if... You have some experience with R or Python and machine learning basics. This is a perfect competition for data science students who have completed an online course in machine learning and are looking to expand their skill set before trying a featured competition.

    Competition Description

    Ask a home buyer to describe their dream house, and they probably won't begin with the height of the basement ceiling or the proximity to an east-west railroad. But this playground competition's dataset proves that much more influences price negotiations than the number of bedrooms or a white-picket fence.

    With 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa, this competition challenges you to predict the final price of each home.

    Practice Skills Creative feature engineering Advanced regression techniques like random forest and gradient boosting Acknowledgments The Ames Housing dataset was compiled by Dean De Cock for use in data science education. It's an incredible alternative for data scientists looking for a modernized and expanded version of the often cited Boston Housing dataset.

    Context

    There's a story behind every dataset and here's your opportunity to share yours.

    Content

    What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.

    Acknowledgements

    We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.

    Inspiration

    Your data will be in front of the world's largest data science community. What questions do you want to see answered?

  5. T

    United States FHFA House Price Index

    • tradingeconomics.com
    • ko.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS, United States FHFA House Price Index [Dataset]. https://tradingeconomics.com/united-states/housing-index
    Explore at:
    xml, excel, json, csvAvailable download formats
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 31, 1991 - Jun 30, 2025
    Area covered
    United States
    Description

    Housing Index in the United States decreased to 433.80 points in June from 434.60 points in May of 2025. This dataset provides the latest reported value for - United States House Price Index MoM Change - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  6. House price change forecast in Spain and Portugal 2023, with a forecast by...

    • statista.com
    Updated Jul 24, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). House price change forecast in Spain and Portugal 2023, with a forecast by 2025 [Dataset]. https://www.statista.com/statistics/1165916/residential-real-estate-price-forecast-change-in-spain-and-portugal/
    Explore at:
    Dataset updated
    Jul 24, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Dec 2022
    Area covered
    Spain, Portugal
    Description

    House prices in Spain are forecast to fall in 2024, after increasing by *** percent in 2023. Nevertheless, prices are expected to pick up in 2025, with an increase of ***********. The Portuguese housing market, on the other hand, grew by *** percent in 2023, but was forecast to contract in the next two years.

  7. T

    United Kingdom House Price Index

    • tradingeconomics.com
    • it.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jul 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). United Kingdom House Price Index [Dataset]. https://tradingeconomics.com/united-kingdom/housing-index
    Explore at:
    json, excel, xml, csvAvailable download formats
    Dataset updated
    Jul 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 31, 1983 - Jul 31, 2025
    Area covered
    United Kingdom
    Description

    Housing Index in the United Kingdom increased to 514.30 points in July from 512.40 points in June of 2025. This dataset provides - United Kingdom House Price Index - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  8. Regression Techniques on House Prices

    • kaggle.com
    Updated Sep 27, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aneela Abdullah (2022). Regression Techniques on House Prices [Dataset]. https://www.kaggle.com/datasets/aneelaabdullah/regression-techniques-on-house-prices
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Sep 27, 2022
    Dataset provided by
    Kaggle
    Authors
    Aneela Abdullah
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    About Dataset

    Edit Context: This data gives predicted sales prices of the houses.

    Content: There are only 2 variables which gives house property ID and predicted variable is in last Sales price of the house.

    Acknowledgements: Please compare all the variable with respect to sales price and try to create different model, come up with the solution for sales price predictions of the house.

    Technique Used: Data Cleansing Handling Categorical Features Concatenation XGBoost Regressor

  9. T

    Germany House Price Index

    • tradingeconomics.com
    • it.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jul 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Germany House Price Index [Dataset]. https://tradingeconomics.com/germany/housing-index
    Explore at:
    csv, json, xml, excelAvailable download formats
    Dataset updated
    Jul 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Aug 31, 2005 - Jul 31, 2025
    Area covered
    Germany
    Description

    Housing Index in Germany increased to 219.06 points in July from 218.19 points in June of 2025. This dataset provides the latest reported value for - Germany House Price Index - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  10. Five-year forecast of house price growth in the UK 2025-2029, by region

    • statista.com
    Updated Jul 21, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Five-year forecast of house price growth in the UK 2025-2029, by region [Dataset]. https://www.statista.com/statistics/975951/united-kingdom-five-year-forecast-house-price-growth-by-region/
    Explore at:
    Dataset updated
    Jul 21, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Nov 2024
    Area covered
    United Kingdom
    Description

    According to the forecast, the North West and Yorkshire & the Humber are the UK regions expected to see the highest overall growth in house prices over the five-year period between 2025 and 2029. Just behind are the North East and West Midlands. In London, house prices are expected to rise by **** percent.

  11. R

    Residential Real Estate Market in the United States Report

    • datainsightsmarket.com
    doc, pdf, ppt
    Updated Mar 7, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Data Insights Market (2025). Residential Real Estate Market in the United States Report [Dataset]. https://www.datainsightsmarket.com/reports/residential-real-estate-market-in-the-united-states-17275
    Explore at:
    doc, pdf, pptAvailable download formats
    Dataset updated
    Mar 7, 2025
    Dataset authored and provided by
    Data Insights Market
    License

    https://www.datainsightsmarket.com/privacy-policyhttps://www.datainsightsmarket.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global, United States
    Variables measured
    Market Size
    Description

    The US residential real estate market, a cornerstone of the American economy, is projected to experience steady growth over the next decade. While the provided CAGR of 2.04% is a modest figure, it reflects a market maturing after a period of significant expansion. This sustained growth is driven by several key factors. Firstly, population growth and urbanization continue to fuel demand for housing, particularly in densely populated areas and emerging suburban markets. Secondly, low interest rates (historically, though this can fluctuate) have made mortgages more accessible, stimulating buyer activity. Thirdly, a robust construction sector, though facing challenges in material costs and labor shortages, is gradually increasing the housing supply, mitigating some of the upward pressure on prices. However, challenges remain. Rising inflation and potential interest rate hikes pose a risk to affordability, potentially dampening demand. Furthermore, the ongoing evolution of remote work is reshaping residential preferences, with a shift toward larger homes in suburban or exurban locations. This trend impacts the relative demand for various property types, potentially increasing the appeal of landed houses and villas compared to apartments and condominiums in certain regions. The segmentation of the market into apartments/condominiums and landed houses/villas provides crucial insights into consumer preferences and investment strategies. High-density urban areas will continue to see strong demand for apartments and condos, while suburban and rural areas are likely to experience a greater increase in landed property sales. Major players like Simon Property Group, Mill Creek Residential, and others are strategically adapting to these trends, focusing on both development and management across various property types and geographic locations. Analyzing regional data within the US (e.g., comparing growth in the Northeast versus the Southwest) will highlight market nuances and potential investment opportunities. While the global data provided is valuable for understanding broader market forces, focusing the analysis on the US market allows for a more granular understanding of the specific drivers, trends, and challenges within this significant segment of the real estate sector. The forecast period (2025-2033) suggests continued, albeit measured, expansion. Recent developments include: May 2022: Resource REIT Inc. completed the sale of all of its outstanding shares of common stock to Blackstone Real Estate Income Trust Inc. for USD 14.75 per share in an all-cash deal valued at USD 3.7 billion, including the assumption of the REIT's debt., February 2022: The largest owner of commercial real estate in the world and private equity company Blackstone is growing its portfolio of residential rentals and commercial properties in the United States. The company revealed that it would shell out about USD 6 billion to buy Preferred Apartment Communities, an Atlanta-based real estate investment trust that owns 44 multifamily communities and roughly 12,000 homes in the Southeast, mostly in Atlanta, Nashville, Charlotte, North Carolina, and the Florida cities of Jacksonville, Orlando, and Tampa.. Key drivers for this market are: Investment Plan Towards Urban Rail Development. Potential restraints include: Italy’s Fragmented Approach to Tenders. Notable trends are: Existing Home Sales Witnessing Strong Growth.

  12. Prime property prices growth forecast in the UK 2025-2029

    • statista.com
    Updated Jul 21, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Prime property prices growth forecast in the UK 2025-2029 [Dataset]. https://www.statista.com/statistics/323606/uk-wide-property-price-growth/
    Explore at:
    Dataset updated
    Jul 21, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    United Kingdom
    Description

    According to the forecast, house prices in the UK prime property market are expected to increase by almost **** percent by 2029. Growth is expected to accelerate over the five-year period, with 2025 expecting the lowest increase and 2029, the highest.

  13. T

    China Newly Built House Prices YoY Change

    • tradingeconomics.com
    • id.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS, China Newly Built House Prices YoY Change [Dataset]. https://tradingeconomics.com/china/housing-index
    Explore at:
    xml, excel, csv, jsonAvailable download formats
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 31, 2011 - Jul 31, 2025
    Area covered
    China
    Description

    Housing Index in China decreased by 2.80 percent in July from -3.20 percent in June of 2025. This dataset provides the latest reported value for - China Newly Built House Prices YoY Change - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  14. House price predictions using linear regresion

    • kaggle.com
    Updated Jul 19, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sahil prabhakar uikey (2024). House price predictions using linear regresion [Dataset]. https://www.kaggle.com/datasets/sahilprabhakaruikey/house-price-predictions-using-linear-regresion/data
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 19, 2024
    Dataset provided by
    Kaggle
    Authors
    Sahil prabhakar uikey
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Dataset

    This dataset was created by Sahil prabhakar uikey

    Released under Apache 2.0

    Contents

  15. U

    United States House Prices Growth

    • ceicdata.com
    Updated Feb 15, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CEICdata.com (2020). United States House Prices Growth [Dataset]. https://www.ceicdata.com/en/indicator/united-states/house-prices-growth
    Explore at:
    Dataset updated
    Feb 15, 2020
    Dataset provided by
    CEICdata.com
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 1, 2022 - Dec 1, 2024
    Area covered
    United States
    Description

    Key information about House Prices Growth

    • US house prices grew 5.2% YoY in Dec 2024, following an increase of 5.4% YoY in the previous quarter.
    • YoY growth data is updated quarterly, available from Mar 1992 to Dec 2024, with an average growth rate of 5.4%.
    • House price data reached an all-time high of 17.7% in Sep 2021 and a record low of -12.4% in Dec 2008.

    CEIC calculates House Prices Growth from quarterly House Price Index. Federal Housing Finance Agency provides House Price Index with base January 1991=100.

  16. T

    Hong Kong House Price Index

    • tradingeconomics.com
    • ko.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS, Hong Kong House Price Index [Dataset]. https://tradingeconomics.com/hong-kong/housing-index
    Explore at:
    excel, xml, csv, jsonAvailable download formats
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 2, 1994 - Aug 24, 2025
    Area covered
    Hong Kong
    Description

    Housing Index in Hong Kong increased to 138.11 points in August 24 from 137.90 points in the previous week. This dataset provides - Hong Kong House Price Index - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  17. T

    Spain House Prices

    • tradingeconomics.com
    • ar.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jun 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Spain House Prices [Dataset]. https://tradingeconomics.com/spain/housing-index
    Explore at:
    excel, xml, json, csvAvailable download formats
    Dataset updated
    Jun 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 31, 1987 - Mar 31, 2025
    Area covered
    Spain
    Description

    Housing Index in Spain increased to 2033 EUR/SQ. METRE in the first quarter of 2025 from 1972.10 EUR/SQ. METRE in the fourth quarter of 2024. This dataset provides the latest reported value for - Spain House Prices - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  18. House Price Predictions H20 AutoML without tuning

    • kaggle.com
    zip
    Updated Sep 29, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shashin Kumar Sachan (2020). House Price Predictions H20 AutoML without tuning [Dataset]. https://www.kaggle.com/shashinkumarsachan/house-price-predictions-h20-automl-without-tuning
    Explore at:
    zip(17643 bytes)Available download formats
    Dataset updated
    Sep 29, 2020
    Authors
    Shashin Kumar Sachan
    Description

    Dataset

    This dataset was created by Shashin Kumar Sachan

    Contents

    It contains the following files:

  19. Housing_Price_Predictions

    • kaggle.com
    Updated Aug 5, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ashutosh Srivastava (2021). Housing_Price_Predictions [Dataset]. https://www.kaggle.com/ashusri4/housing-price-predictions
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 5, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Ashutosh Srivastava
    Description

    A US-based housing company named Surprise Housing has decided to enter the Australian market. The company uses data analytics to purchase houses at a price below their actual values and flip them on at a higher price. The company is looking at prospective properties to buy to enter the market. You are required to build a regression model using regularization in order to predict the actual value of the prospective properties and decide whether to invest in them or not. The company wants to know the following things about the prospective properties: 1) Which variables are significant in predicting the price of a house, and 2)How well those variables describe the price of a house.

  20. US Residential Real Estate Market Analysis | Trends, Forecast, Size &...

    • mordorintelligence.com
    pdf,excel,csv,ppt
    Updated Jul 10, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mordor Intelligence (2025). US Residential Real Estate Market Analysis | Trends, Forecast, Size & Industry Growth Report 2030 [Dataset]. https://www.mordorintelligence.com/industry-reports/residential-real-estate-market-in-usa
    Explore at:
    pdf,excel,csv,pptAvailable download formats
    Dataset updated
    Jul 10, 2025
    Dataset provided by
    Authors
    Mordor Intelligence
    License

    https://www.mordorintelligence.com/privacy-policyhttps://www.mordorintelligence.com/privacy-policy

    Time period covered
    2019 - 2030
    Area covered
    United States
    Description

    The United States Residential Real Estate Market is Segmented by Property Type (Apartments and Condominiums, and Villas and Landed Houses), by Price Band (Affordable, Mid-Market and Luxury), by Business Model (Sales and Rental), by Mode of Sale (Primary and Secondary), and by Region (Northeast, Midwest, Southeast, West and Southwest). The Market Forecasts are Provided in Terms of Value (USD)

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Mohammad Shbool; Rand Al-Dmour; Bashar Al-Shboul; Nibal Albashabsheh; Najat Almasarwah (2024). Real Estate Price Prediction Data [Dataset]. http://doi.org/10.6084/m9.figshare.26517325.v1
Organization logo

Real Estate Price Prediction Data

Explore at:
9 scholarly articles cite this dataset (View in Google Scholar)
txtAvailable download formats
Dataset updated
Aug 8, 2024
Dataset provided by
Figsharehttp://figshare.com/
Authors
Mohammad Shbool; Rand Al-Dmour; Bashar Al-Shboul; Nibal Albashabsheh; Najat Almasarwah
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

Overview: This dataset was collected and curated to support research on predicting real estate prices using machine learning algorithms, specifically Support Vector Regression (SVR) and Gradient Boosting Machine (GBM). The dataset includes comprehensive information on residential properties, enabling the development and evaluation of predictive models for accurate and transparent real estate appraisals.Data Source: The data was sourced from Department of Lands and Survey real estate listings.Features: The dataset contains the following key attributes for each property:Area (in square meters): The total living area of the property.Floor Number: The floor on which the property is located.Location: Geographic coordinates or city/region where the property is situated.Type of Apartment: The classification of the property, such as studio, one-bedroom, two-bedroom, etc.Number of Bathrooms: The total number of bathrooms in the property.Number of Bedrooms: The total number of bedrooms in the property.Property Age (in years): The number of years since the property was constructed.Property Condition: A categorical variable indicating the condition of the property (e.g., new, good, fair, needs renovation).Proximity to Amenities: The distance to nearby amenities such as schools, hospitals, shopping centers, and public transportation.Market Price (target variable): The actual sale price or listed price of the property.Data Preprocessing:Normalization: Numeric features such as area and proximity to amenities were normalized to ensure consistency and improve model performance.Categorical Encoding: Categorical features like property condition and type of apartment were encoded using one-hot encoding or label encoding, depending on the specific model requirements.Missing Values: Missing data points were handled using appropriate imputation techniques or by excluding records with significant missing information.Usage: This dataset was utilized to train and test machine learning models, aiming to predict the market price of residential properties based on the provided attributes. The models developed using this dataset demonstrated improved accuracy and transparency over traditional appraisal methods.Dataset Availability: The dataset is available for public use under the [CC BY 4.0]. Users are encouraged to cite the related publication when using the data in their research or applications.Citation: If you use this dataset in your research, please cite the following publication:[Real Estate Decision-Making: Precision in Price Prediction through Advanced Machine Learning Algorithms].

Search
Clear search
Close search
Google apps
Main menu