Skip to content

NickCSardo/GEFlight2BasicAgents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GE Flight Quest 2 - Flight Optimization

This repo contains code to create a basic sample submission for the GE Flight Quest 2: Flight Optimization competition, hosted by Kaggle with General Electric.

Executing this benchmark requires Python >=2.7 along with the following packages:

  • pandas (version >=10.1)
  • geopy (version >= 0.94.2)

To run the sample code,

  1. Download testFlights.csv and airports.csv
  2. Copy the files to the src/ directory (or update src/utilities.py to point to these files)
  3. Create sampleSubmission.csv running python basicAgent.py
  4. Make a submission with the output file

About

Code to create a simple sample submission for GE Flight Quest Phase 2: Flight Optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%