Whale Detection Challenge Code
Uses the following python packages Numpy/Scipy Pandas OpenCV Sci-kit Learn
Run in the following order genTrainMetrics.py genTestMetrics.py driver.py
The winning submission was a blend of two models. One created with templates from templatesBase.csv and one created from manyMoreTemplates.csv. The final blend was equally weighted. The submission from just templatesBase.csv would have won as well.