MultiLabel Classification: Predicting Shelter Animal Outcomes (Kaggle)
Using dataset from past Kaggle competition: https://www.kaggle.com/c/shelter-animal-outcomes/data
The goal of this project is to try to predict animal outcomes (adoption, transfer, return to owner, etc.) based on the animals' individual attributes (age, sex, species, etc).
-
Exploratory Data Analysis (EDA): visualization of the dataset to understand distributions, trends and correlations. Also try to answer the question: which features are most important in determining animal outcomes?
-
Encode categoric variables, deal with null values, and prepare dataset for training
-
Applying machine learning classifiers to the dataset (XGBoost and Naive Bayes)
To download the repository use : 'git clone https://github.com/matthewStubbs42/Shelter_Animal_Outcomes.git'