Skip to content

This project will predict Prices of Indian Airlines. Fully Deployed on Heroku using Straemlit.

Notifications You must be signed in to change notification settings

Kartik-Khandelwal/Airlines-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airlines-Price-Prediction

Overview

This project will predict the prices of Indian Airlines. The model trained on Random Forest Regressor, and further the validation accuracy is increased by Randomized Search CV. The complete project is fully deloyed on Heroku using Streamlit.

Tools Used :-

  • Numpy
  • Pandas
  • Matplotlib
  • Seaborn
  • Plotly
  • Scikit-Learn
  • Pickle
  • Stramlit
  • Heroku
  • Kaffeine

Models Used :-

  • Linear Regression
  • KNeighborsRegressor
  • DecisionTreeRegressor
  • RandomForestRegressor