Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 747 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 747 Bytes

Road to Pokémon Master!

Welcome to this data science hands-on! This notebook contains following contents;

  1. Exploratory data analysis
  2. Legendary pokémon detection

How to start

Colaboratory

You can run notebooks without creating environments to hit the "Open in the Colab" button.

Run localy

Or you can run notebooks on your own environment.

$ pip install -r requirements.txt
$ jupyter notebook

Data Set

Thanks

Scraping codes are mostly from odanado/poke2vec. I rewrote codes into Jupyter Notebook format.