Developer Portfolio

Meynabel Dimas Wisodewo

November 2019

Predicting Winnings using Decision Tree (League of Legends Dataset)

Predicting winnings based on League of Legends Dataset using Decision Tree.


Technology

Jupyter Notebook

Python


Description

Predicting winnings based on League of Legends Dataset using Decision Tree. Remove unnecessary features with missing value ratio above 20%, low variance (variance below 10%), and keep the top 15 features with Random Forest, then do classification with decission tree.