Skip to content

Chicago/Kaggle_WestNileVirus

 
 

Repository files navigation

>>>>>>>>>>>>>>>> TTRAINING STEP

The script train.bat takes 3 arguments :
* The training file
* The weather file
* Model filename

Example : C:\WestnileVirus>train.bat ./input/train.csv ./input/weather.csv model.dat

>>>>>>>>>>>>>>>> PREDICTION STEP

The script predict.bat takes also 3 arguments :
* The test file
* The weather file
* Model filename

Example : C:\WestnileVirus>predict.bat ./input/test.csv ./input/weather.csv model.dat

A submission.csv file will be created at the end of the process.

>>>>>>>>>>>>>>>> WARNING !!!!!!
Octave and Python must be in the path
Example : set PATH=%PATH%;C:\Users\Psychedelic\Anaconda;C:\Octave\Octave-4.0.0\bin\

About

the 3rd place solution for West Nile Virus Prediction challenge on Kaggle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 54.9%
  • Python 41.3%
  • Batchfile 2.3%
  • Shell 1.4%
  • M 0.1%