A responsive web app for visually create decision trees using the C4.5 algorithm.
- Create or upload a dataset (.csv file)
- Remove the non-significant columns (e.g., "id" column)
- Indicate whether the column is quantitative or qualitative
- Select the column to predict
- Hit the generate button!
In the dataset folder you can find some CSV files to try the app.
This is the result after using the iris dataset:
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)
