- Multiclass SVC
- Basic agglomerative clustering
- new Decistion Trees implementations
What's Changed
- Implement SVR and SVR kernels with Enum. Add tests for argsort_mut by @Mec-iS in #303
- implemented multiclass for svc by @DanielLacina in #308
- implemented single linkage clustering by @DanielLacina in #313
- implemented xgdboost_regression by @DanielLacina in #314
- refactored decision tree into reusable components by @DanielLacina in #316
- refactored random forest regressor into reusable compoennts by @DanielLacina in #318
- implemented extra trees by @DanielLacina in #320
New Contributors
- @DanielLacina made their first contribution in #308
Full Changelog: v0.4.1...v0.4.2