/Airlines-Price-Prediction

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

Primary LanguagePython

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