Welcome to this data science hands-on! This notebook contains following contents;
- Exploratory data analysis
- Legendary pokémon detection
You can run notebooks without creating environments to hit the "Open in the Colab" button.
Or you can run notebooks on your own environment.
$ pip install -r requirements.txt
$ jupyter notebook
Scraping codes are mostly from odanado/poke2vec. I rewrote codes into Jupyter Notebook format.