Given :
- Data named as data.csv
- Information about the data names as info.names
To find : Machine learning Model that predict the price of the house approxmiately.
Code :
- Source file as Real Estates Price Estimator.ipynb
- created model as Output.joblib
Made using RandomTreeRegressor so as to minimize the error ,thus predicting the Price
of the Houses nearly to accurate value.