The main agenda of this project is:
-
Perform extensive Exploratory Data Analysis(EDA) on the Airline Dataset.
-
Build an appropriate Machine Learning Model that will help various Airline to predict their respective Price based on certain features
-
Deploy the Machine learning model via Heroku that can be used to make live predictions of Flight Price.
To install the libraries used in this project. Follow the below steps:
!pip install cufflinks
!pip install chart_studio
!pip install pandas-profiling
from chart_studio.plotly import plot,iplot
from sklearn.ensemble import ExtraTreesRegressor
from sklearn.model_selection import train_test_split
from sklearn.ensemble import ExtraTreesRegressor
from sklearn.ensemble import RandomForestRegressor
from sklearn.model_selection import RandomizedSearchCV
from sklearn.metrics import mean_absolute_error,mean_squared_error
from catboost import CatBoostRegressor
from lightgbm import LGBMRegressor
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import xgboost as xgb
import cufflinks as cf
import seaborn as sns
import pickle
%matplotlib inline
To run tests, run the following command
python app.py
Data Scientist Enthusiast | Petroleum Engineer Graduate | Solving Problems Using Data
👩💻 I’m interested in Petroleum Engineering
🧠 I’m currently learning Data Scientist | Data Analytics | Business Analytics
👯♀️ I’m looking to collaborate on Ideas & Data
- Data Scientist
- Data Analyst
- Business Analyst
- Machine Learning