Shelter Animal Outcomes Kaggle competiton
Every year, approximately 7.6 million companion animals end up in US shelters. Many animals are given up as unwanted by their owners, while others are picked up after getting lost or taken out of cruelty situations. Many of these animals find forever families to take them home, but just as many are not so lucky. 2.7 million dogs and cats are euthanized in the US every year. Using a dataset of intake information including breed, color, sex, and age from the Austin Animal Center, we're asking Kagglers to predict the outcome for each animal.
1-exploring.ipynb
- Exploratory analysis2-dog-breeds.ipynb
- Classifying dog breeds into clusters from the American Kennel Club3-feature-engineering.ipynb
- Feature engineering4-modeling.ipynb
- Model building and selection, making the submission
First, make sure that Miniconda is installed on your machine. Next, run the following in a directory of your choosing to clone this repo and create a conda environment w/ Python 2.7 and all of the necessary packages installed
git clone https://github.com/jakesherman/shelter-animals-kaggle.git
cd shelter-animals-kaggle
conda env create
source activate shelter-animals
Re-create my best submission with
python project.py