abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!πŸŒŸπŸ’« Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
198 stars 216 forks source link

House Rent Analysis and Prediction of Mumbai #444 #520

Closed raysofani closed 8 months ago

raysofani commented 8 months ago

Pull Request for ML-Crate πŸ’‘

Issue Title: House Rent Analysis and Prediction of Mumbai #444

Closes: #444

Describe the add-ons or changes you've made πŸ“ƒ

I have created the rent analysis and prediction model in Bombay using different ML model algorithms.

Give a clear description of what have you added or modifications made

  1. I have explored the dataset
  2. Perform Exploratory Data Analysis
  3. Visualize the data and relation among features
  4. Done Feature engineering
  5. Identified the outliers and fixes them
  6. Performed machine learning models
  7. used models are:- Linear Regression, Random Forest Regressor, Support Vector Machine, XGBoost
  8. Get the accuracy and rsme (root mean square error)
  9. Visualize the accuracy and rsme

Type of change β˜‘οΈ

What sort of change have you made:

How Has This Been Tested? βš™οΈ

Describe how it has been tested Describe how have you verified the changes made

Checklist: β˜‘οΈ

github-actions[bot] commented 8 months ago

Our team will soon review your PR. Thanks @raysofani :)

raysofani commented 8 months ago

@abhisheks008 Structured the files as per the requested changes and updated the readme file