Giter Site home page Giter Site logo

house_price_prediction_model's Introduction

House_price_prediction_model

This repository provides a Pythonic implementation of House Prices by utilizing Python concept of OOP. This repository is is refactored to fit any prediction based problems and consists of the Machine Learning Pipelines (Data Exploratory, Feature Engineering, Feature Selection, Cross Validation, Hyperparameter Optimization and Model training and prediction)

#Installation

This implementation is written with Python version 3.6 with the listed packages in the requirements.txt file

  1. Clone this repository with git clone https://github.com/Victoloporsche/House_price_prediction_model.git
  2. With Virtual Environent, use : a) pip install virtualenv b) cd path-to-the-cloned-repository c) virtualenv myenv d) source myenv/bin/activate e) pip install -r requirements.txt
  3. With Conda Environment, use: a) cd path-to-the-cloned-repository b) conda create --name myenv c) source activate myenv d) pip install -r requirements.txt

Running the Implementation:

-- Input folder consists of the training and testing data -- Model folder consists of the trained model -- Output folder consists of the encoded categorical features -- src folder consists of the python and jupyter files

The oder of running this repository is:

  1. data_exploration.py : This classs provides a detailed information about the dataset
  2. feature_engineering.py: This class performs feature engineering techniques on the data
  3. feature_selection.py: This class selects the best features for the model
  4. preprocessed_data.py: This class combines step 2 and 3
  5. model_optimizer.py: This class performs cross validation, hyperparameter optimization and model training as well as prediction
  6. Main.py: This class combines steps 1-5
  7. example_house_price_predictor.ipynb: This provides documentation of the model.

Next Step: Deploying this model as a web based application for automated house price prediction

More modifications and commits would be made to this repository from time to time. Kindly reach out if you have any questions or improvements.

house_price_prediction_model's People

Contributors

victoloporsche avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.