Here I used Mumbai Housing
dataset which has the following features:
Price
,
Area
,
Location
,
No. of Bedrooms
,
New/Resale
,
Gymnasium
,
Lift
,
Available
,
Car Parking
,
Maintenance
,
Staff
,
24x7 Security
,
Children
,
Clubhouse
,
Intercom
,
Landscaped Gardens
,
Indoor Games
,
Gas Connection
,
Jogging Track
,
Swimming Pool
.
Here I used Decision Tree Regreesor
to build the model
Area
,No. of Bedrooms
,Location
.
Here I'm going to use Price
as the target feature
Here in this Project I've used the following Tools for building my model and tried to host in Internet
Python
Numpy
andPandas
for data cleaningMatplotlib
for data visualizationSklearn
for model building- Jupyter notebook,
Web Storm
andData Spell
as IDE - Python
flask
for http server HTML/CSS/Javascript
for UI
- utils.py
- server.py and run them in any python ide which generates the following server : http://127.0.0.1:5000