Skip to content

Jeff-Tian/id3

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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