Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 817 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 817 Bytes

RealEstate-ML-Value-Estimator

Machine learning Value Estimator for Real Estate agency (pandas + sklearn + numpy)

Brief explanations

  1. make_predictions.py use the script to make some needed estimations (put data into the script, It's well-commented)
  2. ml_house_data_set_updated.csv it's out dataset, you could use it to train your models to estimate.
  3. train_model.py - adjust it & train your model on your dataset.
  4. trained_house_classifier_model.pkl - I already have trained the model for you, you can use it to save your GPU/CPU resources.

Despite the project is for real estate agency, you can use the same approach to solve any kind of value estimation problem with machine learning. If you want to get some advanced features or adjested working project for your needs, don't hesistate to text me.