Skip to content

Jeff-Tian/id3

Repository files navigation

id3

Online demo for using id3 algorithm to build the decision tree: https://id3.js.org/.

Build Status Git commit with emojis! Code Smells Maintainability Rating Bugs Duplicated Lines (%) Technical Debt Coverage Lines of Code

Run on local machine

yarn
yarn bower-install

yarn start

Open browser and navigate to: http://localhost:60005/

Screen shot

id3 screen shot

Contribution

This repo welcomes all kinds of issues and Pull Request. For submitting PR, please make sure the relevant tests are included and all the tests are passed:

yarn test