
Flight fare prediction
- The main goal is to predict the Price of the flights based on different factors available in the provided dataset.
- Exploring datasets using pandas, NumPy, matplotlib and seaborn.
- Built a model by Random forest and Using Randomizedsearch CV and GridSearch CV to select the best parameter for training the model.
- Achieved accuracy score of 81.2% on the test data.
- Deployed using Flask in Heroku.