Skip to content

mongshil553/Scikit-Learn-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Flight Price Prediction DataSet Regression using Scikit-Learn


Data

https://www.kaggle.com/datasets/jillanisofttech/flight-price-prediction-dataset

Feature Correlation Matrix


After some preprocessing, the Feature Correlations are shown in the image above.

Regression Models

Selected Models are the following;

1. LinearRegression
2. Ridge
3. Lasso
4. RandomForestRegressor
5. XGBRegressor
6. GradientBoostingRegressor
7. SupportVectorRegressor

Model Performance With Tuning

   
LinearRegression

   
Ridge

   
Lasso

   
RandomForestRegressor

   
XGBRegressor

   
GradientBoostingRegressor

   
SVR


Learning Curve

       

       

About

Flight Price Prediction Regression using Scikit-Learn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages