- Updated setup.py to refer to scikit-learn instead of sklearn
- Updated the documentation
- The classes
XRandomForestClassifier
andXRandomForestRegressor
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
).