An open API service indexing awesome lists of open source software.

https://github.com/cobyj33/decision-tree-visualizer

A visualization of the training of 2D data points of different colors through Decision Trees
https://github.com/cobyj33/decision-tree-visualizer

binary-tree data-science decision-tree decision-trees school-project

Last synced: 9 months ago
JSON representation

A visualization of the training of 2D data points of different colors through Decision Trees

Awesome Lists containing this project

README

          

# Decision Tree Visualizer

A little computer science project for decision trees done the day before it was due.

Dynamically training and retraining Decision Tree that predicts how data will be distributed based on training points

Build with Apache Ant by running the "ant" command in the terminal from the project's root directory with Apache Ant installed. A jar file "dist/Decision-Tree-Visualizer.jar" should then appear and be executable.

The program misses a lot of quality of life issues, like erasing points, showing point coordinates, etc.... But I did what I had to do for the grade (•‿•)

![Training](readme/dt_1.png)
![Training](readme/dt_2.png)
![Overtraining](readme/dt_3.png)