Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 860 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 860 Bytes

FlightPricePrediction

Predicts price of the flight

Implementation Notes

  • Sklearn pipelines are used to automate preprocessing , feature selection and model building
  • The final pipeline is saved on the disk and loaded again in the flask application for making predictions

Demo

alt text

alt text

Setup

Setting it up in local is very easy , just follow the steps listed below

  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python app.py