Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 374 Bytes

File metadata and controls

9 lines (8 loc) · 374 Bytes

model maker

Train a "model function" with the "decision tree algorithm" to farther use in test in online app like browser extensions

How it works

  1. get the data-set
  2. train a model with d-tree
  3. make a model function in javascript

ID3 algorithm

I'm going to implement this excample.