Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.49 KB

kaggle-shelter-animal-outcomes

Shelter Animal Outcomes Kaggle Competition

Report

My report is available here as an IPython Notebook. There is also an HTML version available for download.

Data

The data for this project is available here. To run the Python scripts, you should download these files into a directory named data that is a sibling to the src directory. There is also another data file that I have created called dog_breeds.csv that needs to be in the doc directory. (It will already be there if you have downloaded all the project files from GitHub.)

Software and libraries

  • Python 2.7.11 :: Anaconda 4.0.0 (x86_64)
  • scikit-learn 0.17.1
  • pandas 0.18.0
  • numpy 1.10.4
  • matplotlib 1.5.1

Executing scripts

There are three scripts you might be interested in running:

Each of these should be run from the src directory. None of them take command-line arguments.