NEWS
unifiedml 2026-04-29
For v0.3.0:
- can provide a scoring function in cross-validation (
cross_val_score)
- Use
fit_params and predict_params in cross_val_score
unifiedml 2026-04-21
For v0.3.0:
- add train_test_split
- return probabilities if detected
- return factors for classification
- add caret example
- add benchmarking function
- fix parallel cross-validation
unifiedml 2026-04-09
- Add
predict_proba to class Model
- Add functions to compute Kernel Shap
unifiedml 2026-04-03
- Remove
type from predict
- Fix binary classification in vignettes
unifiedml 2025-11-04