swagatika15 / DECISION-TREE

The aim of this project is to print steps for every split in the decision tree from scratch and implementing the actual tree using sklearn. Iris dataset has been used, the continuous data is changed to labelled data. In this code gain ratio is used as the deciding feature to split upon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DECISION-TREE

The aim of this project is to print steps for every split in the decision tree from scratch and implementing the actual tree using sklearn. Iris dataset has been used, the continuous data is changed to labelled data. In this code gain ratio is used as the deciding feature to split upon.

About

The aim of this project is to print steps for every split in the decision tree from scratch and implementing the actual tree using sklearn. Iris dataset has been used, the continuous data is changed to labelled data. In this code gain ratio is used as the deciding feature to split upon.


Languages

Language:Jupyter Notebook 100.0%