GiraudJules / ELP

Ensemble Learning Project - MSc AI - CS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create ClassificationTree

GiraudJules opened this issue · comments

Based on template from BaseTree, implement ClassificationTree

  • Implement abstract methods
  • Method Gini Index which take as input a dict{left: [], right: []} and outputs Gini Impurity
  • Delete file tree.py