mljs / random-forest

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

Oob #21

Closed micha-lmxt closed 3 years ago

micha-lmxt commented 3 years ago

Implement Out-Of-Bag predictions as performance measure.

Also contains the changes from 2 previous PRs.