nuwangunasekara
released this
18 Jul 13:15
·
9 commits
to master
since this release
What's Changed
- Adding the coefficient of determination and adj. coefficient of determination by @hmgomes in #281
- Updating ARFHoeffdingTree to address issues when subspace size = 1 by @hmgomes in #283
- SelfOptimisingKNearestLeaves and required base learner by @wldbdsyb in #266
- SelfOptimisingKNearestLeaves Test by @wldbdsyb in #286
- Add SGBT Classifier by @nuwangunasekara in #295
- Fixing bug #296 (SGBT does not use evaluation task's random seed) by @nuwangunasekara in #297
- refine and debug the SOKNL and related tree learner by @YibinWaikato in #293
- Fix 294 - Tests on Regressors are failing by @nuwangunasekara in #300
- Add classifiers WeightedkNN and RW_kNN to classifiers.lazy by @marouabahri in #299
- fix: window regression evaluation incremental indcies by @YibinSun in #301
- Fix bug causing HSTreeNode to not use classifierRandom by @justinuliu in #302
- Prediction interval related by @YibinSun in #304
- Yibin: Add HyperPlaneGenerator for Regression by @YibinSun in #305
- Feat: Minibatch bagging classifiers by @cassales in #306
- feat: efficient evaluation loops by @hmgomes in #307
- QueueStream and FilteredQueueStream for CapyMOA pipelines by @heymarco in #308
- Fixing Issue #271 (MOAObject measureByteSize() could return negative value if the size is > 2^31-1) by @nuwangunasekara in #274
New Contributors
- @wldbdsyb made their first contribution in #266
- @YibinWaikato made their first contribution in #293
- @justinuliu made their first contribution in #302
- @cassales made their first contribution in #306
- @heymarco made their first contribution in #308
Full Changelog: 2023.04.0...2024.07.0