This project classifies legendary pokemon based on various statistics using multiple different Machine Learning algorithms, including:
- Logistic Regression
- Random Forest Classifier
- Multi-Layer Perceptron Classifier
- numpy
- pandas
- seaborn
- matplotlib
- sklearn
This project can be run through Jupyter with:
jupyter src/PokemonAnalysis.ipynb
The research document detailing the data analysis performed on the pokemon can be found at src/PokemonExploratoryDataAnalaysis.pdf
.