Major Project
Major Project
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.
OVERVIEWS
We have 2 datasets here — training set and test set.
The training set contains the features, along with the prices of the flights. It
contains 10683 records, 10 input features and 1 output column — ‘Price’.
The test set contains 2671 records and 10 input features. The output ‘Price’
column needs to be predicted in this set. We will use Regression techniques here,
since the predicted output will be a continuous value.
02
Jupyter Notebook
Platform Used
Technology Used
In Project
03
Machine Learning
Algorithm
04
FLASK FRAMEWORK
PYTHON
Diffrent Type Of Process