hossein-eshraghi / ml-flight-dataset

I use machine learning to predict and visualize time of flight-dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML- Flight Dataset

How it works?

It's very simple: here are the solutions for the flight-dataset
I use machine learning to predict and visualize time of flight-dataset

Procedure for preparation and work

  1. Clone the repository or download the archive from github or using the following commands on the command line

    $ cmd
    $ git clone https://github.com/hossein-eshraghi/ml-flight-dataset/
    $ cd dataset
    
  2. Create a Python virtual environment.

  3. Install all necessary packages for our code to work with the following command:

    pip install -r requirements.txt
    
  4. List of files

  • airline-dataset - directory with data files
  • airline-dataset/flights/flights.csv - the original table data of the flight
  • airline-dataset/flights/ML-S01.ipynb - calcualtion flight time (jupyter notebook)

About

I use machine learning to predict and visualize time of flight-dataset

License:MIT License


Languages

Language:Jupyter Notebook 100.0%