mljs / random-forest

Random forest for classification and regression.
https://mljs.github.io/random-forest/
MIT License
61 stars 21 forks source link

Seed updating #20

Closed micha-lmxt closed 3 years ago

micha-lmxt commented 3 years ago

Random seed needs to change while training. Otherwise all trees will be equal. Likely to cause: #17