Skip to content

Avantika1/GiniIndexDecisionTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GiniIndexDecisionTree

Code for Creation of a Decision Tree using Gini Index

The current code works only for the following cases of input for now:

  • Data set with maximum 3 class labels for each column
  • Data set having last column labeled as ‘buys’ with 2 labels ‘yes’ and ‘no’ Binary branch names

The code produces the first level splitting of the decision tree along with the branch names for the binary split.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages