pycoder2000 / Flight-Price-Prediction

Flight Price Prediction with Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flight Price Prediction

Flight Price Prediction with Tensorflow.

Flight ticket prices can be something hard to guess, today we might see a price, check out the price of the same flight tomorrow, it will be a different story. We might have often heard travelers saying that flight ticket prices are so unpredictable. Huh! Here we take on the challenge! As data scientists, we are gonna prove that given the right data anything can be predicted. Here you will be provided with prices of flight tickets for various airlines between the months of March and June of 2019 and between various cities.

Installation

Use the package manager pip to install dependencies.

python -m pip install -U pip setuptools
python -m pip install matplotlib
pip install -U -r requirements.txt 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Flight Price Prediction with Tensorflow

License:MIT License


Languages

Language:Jupyter Notebook 68.3%Language:Python 21.1%Language:HTML 10.3%Language:CSS 0.2%Language:Procfile 0.0%