Changelog
Source:NEWS.md
cito 1.1
cito 1.0.2
CRAN release: 2023-10-06
New features
- conditional Effects (approximate linear effects)
- uncertainties via bootstrapping (can be forwarded to all functions)
- summary() can return standard errors and p-values for xAI metrics
- improved documentation / several new vignettes
- baseline loss
- loss = inf/na is not captured, training is aborted and user will be warned
- mps (M1/M2 gpu) device is now supported
cito 1.0.1
CRAN release: 2023-03-13
New features
- predict function can now return directly the class
- custom loss and parameter can now also be optimized
- summary function (importances) does now support loss = binomial
Bug fixes
- in ALE function providing new data did not work properly
- Performance improvements with new dataloader
- ALE/PDP work now correctly for softmax
- PDP ICE return now correct curves
- Early stopping works now
- lr reducer on plateau didn’t reduce lr
- Predictions are now made on cuda of the model is stored on cuda