Skip to content

monil37/Flight-Fare-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project focuses on predicting airline ticket prices using an ensemble learning approach. A Random Forest Regressor was trained after preprocessing the dataset with categorical feature encoding and outlier detection to improve overall data quality. Hyperparameter tuning with cross‑validation was applied to enhance prediction performance, and the model was evaluated using R‑squared and Mean Absolute Error (MAE) metrics.


  1. Performed Data Cleaning / Data Preparation / Data Pre-processing
  2. Data Visualization (Exploratory Data Analysis)
  3. Performed feature engineering
    • Feature encoding
    • Checking outliers and impute it
    • Feature selection
  4. Build a machine learning model and dump it in pickle format
  5. Hypertuning the model along with cross-validation

About

Developed a machine learning model to predict airline ticket prices using ensemble learning (Random Forest Regressor). Applied categorical feature encoding, outlier detection, and data preprocessing to improve data quality. Optimized model performance through hyperparameter tuning with cross‑validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors