igrigorik / decisiontree

ID3-based implementation of the ML Decision Tree algorithm
1.44k stars 130 forks source link

Predicting Pattern's #31

Closed coltonehrman closed 7 years ago

coltonehrman commented 7 years ago

How would I go about setting up a simple data set of a series of outcomes that are either 0 or 1 and predicting the nth outcome?

igrigorik commented 7 years ago

Take a look at https://github.com/igrigorik/decisiontree/tree/master/examples.