Skip to content

4ntoniofr/decision-tree-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Decision Tree Generator

A responsive web app for visually create decision trees using the C4.5 algorithm.

How to use it

  1. Create or upload a dataset (.csv file)
  2. Remove the non-significant columns (e.g., "id" column)
  3. Indicate whether the column is quantitative or qualitative
  4. Select the column to predict
  5. Hit the generate button!

Examples

In the dataset folder you can find some CSV files to try the app.

This is the result after using the iris dataset:

Logo

Used algorithm

C4.5 builds decision trees from a set of training data in the same way as ID3, using the concept of information entropy. (See more)

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors