Dada-Tech / decision-tree-from-scratch

Decision Tree, Built from Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decision-tree-from-scratch

Decision Tree, Built from Scratch

Notebook

Description

This notebook explores building a decision tree classifier from scratch, then benchmarks it with a Sklearn Decision tree classifier.

Goals

  • Get in-depth knowledge of the underlying algorithm of decision trees
  • Get hands-on experience applying a decision tree classifier
    • Made from scratch
    • From Sklearn

image.png

About

Decision Tree, Built from Scratch

License:MIT License


Languages

Language:Jupyter Notebook 100.0%