Skip to content

jakesherman/shelter-animals-kaggle

Repository files navigation

shelter-animals-kaggle

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.

Overview

Scratchwork

Usage

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

Releases

No releases published

Packages

No packages published