In this tutorial, we are going to implement the Flight Fare Prediction. This model predicts the price of the flight based on some parameters like total stops, journey Day, journey month, Air India, Indigo, source, destination, etc. I have trained this model using the random forest regressor and after training, fine-tune the model which is also known as hyper parameter tuning. Then save a model and deploy this Flight Fare Prediction model using the Flask application on the localhost.
Blog :
Source Code : https://www.datascience2000.in/2021/1...
#datasciencetutorial #flightfareprediction #regressionproblem #machinelearning #datascience