- Add support for python 3.10, 3.11 and 3.12
- Fixed rare bug in
prediction_proba
.
- Fixed detection of classification targets.
- Fixed README.
- Added back legacy code for benchmarking.
- Updated dependencies.
- Fixed split value selection(random value subsampling, Boström (2011)) to speed up the algorithm.
- Refactored tests.
- Added Random Information Gain.
- Small speed improvements.
- New import syntax.
- Fix imports.
- Fix build.
- Speed up by improving the histogram algorithm.
- MixedRandomForest is now printable.
- Initial release.