Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 532 Bytes

CHANGELOG.md

File metadata and controls

14 lines (8 loc) · 532 Bytes

Changelog

v0.1.1 (30/11/2024)

Fixes

  • Updated setup.py to refer to scikit-learn instead of sklearn
  • Updated the documentation

v0.1.0 (30/11/2024)

Features

  • The classes XRandomForestClassifier and XRandomForestRegressor implement random forest classifiers and regressors with example attribution, i.e., each prediction is associated with a weight distribution over the training examples. The examples used in forming a prediction can be limited by their number (k) or by their cumulative weight (c).