I build a model using the random forest algorithm to classify animals. The data is from the UCI Machine Learning Repository. The model achieves an accuracy of 100% on a testing set of 21 animals.
There are 3 notebooks in this repository:
- Load and Explore Data, Initial Modeling
- Decision Tree Model
- Random Forest Model
This is a link to my blog post on the project.
This is a link to an interactive app made using Dash that shows the model in action.