GiraudJules/ELP

Create ClassificationTree

Closed this issue · 0 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