Ikman.lk House Prices Dataset
收藏资源简介:
斯里兰卡房地产市场的房价估计缺乏可靠的系统,本项目使用Ikman.lk在2021年的数据集来开发一个端到端的房价估计器,通过分析历史房产列表来预测基于关键特征的房价。
There is a dearth of reliable housing price estimation systems in the Sri Lankan real estate market. This project utilizes the 2021 dataset sourced from Ikman.lk to develop an end-to-end housing price estimator, which predicts housing prices based on key features by analyzing historical property listings.
End-to-End House Price Estimator Using Ikman.lk Data (2021)
项目概述
本项目旨在开发一个端到端的房价估算器,使用2021年Ikman.lk的数据。该模型通过利用机器学习技术,分析历史房产列表,基于以下关键特征预测房价:
- 卧室数量
- 浴室数量
- 位置
- 土地面积( perch)
- 房屋面积(平方英尺)
目标
- 提供基于房地产数据的准确房价预测。
- 帮助买家在购买房产时做出明智决策。
- 帮助卖家设定具有竞争力且现实的房价。
- 提高房地产交易的透明度和效率。
技术栈
- 编程语言: Python
- 框架和库: Pandas, NumPy, Scikit-Learn, Flask(用于部署)
- 建模: 机器学习(回归模型)
- 数据源: Ikman.lk(2021年数据集)
如何运行项目
-
克隆仓库: bash https://github.com/ldotmithu/End_to_End_House_Price_Estimater_IkmanData.git cd End_to_End_House_Price_Estimater_IkmanData
-
安装依赖: bash pip install -r requirements.txt
-
运行应用程序: bash python app.py # 运行Flask应用
-
在浏览器中访问应用程序。
-
如果需要数据集,复制以下URL并在任何浏览器中打开: bash https://github.com/ldotmithu/Dataset/raw/refs/heads/main/house_prices.zip
贡献者
- L.Mithurshan - 项目负责人及开发者
许可证
本项目为开源项目,遵循Apache-2.0许可证。
项目概览






