Skip to content

Repository files navigation

Decision Tree

This project provides an way to visualize easily the results of the ID3 Decision Tree algorithm. The data is based on the example showed in the Tom Mitchell's Machine Learning book.

How to run

First, install the dependencies:

npm install

After, run webpack to proccess the .ts files:

webpack

Now you can open the index.html file.

How to test

Run the tests using npm:

npm test

About

Visualize easily the results of the ID3 Decision Tree algorithm

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages