Skip to content

jojoee/pokemon-winner-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Winner Prediction

Based on Pokemon- Weedle's Cave | Kaggle, result

Getting started

  1. Install Python3
  2. Install dependencies and jupyter

TODO / Future improvement

  • Add requirements.txt
  • Fix warnings
  • Check more about model evaluation
  • Data preparation
  • Model
    • Deep learning approach
    • XGBClassifier
    • Others e.g. GradientBoostingClassifier, svm
    • Hyper parameters e.g. distance method, measure method in kNN
  • Demo page
  • Add Pokemon image to demo page

Ref

kaggle.com

Others