hstats
Friedmans H-statistics
hstats settled into maintenance after its 1.0 restructuring, with model coverage the only thing still growing.
◆Recent moves
- 10mo ago
ggplot 4.0 compatibility and test coverage
A compatibility release: a ggplot 4.0 fix, a reverse-dependency check, more tests and README timings. Nothing changes for callers beyond continuing to work.
View source ↗ - 1y ago
ranger survival models supported out of the box
ranger survival models no longer need a hand-written prediction function, with a survival argument choosing between cumulative hazards and survival probabilities per time point. kernelshap gained the identical capability the same day.
View source ↗ - 2y ago
Moves to ModelOriented; factor predictions removed
The repository moves under the ModelOriented organisation, and factor-valued predictions — added only eight months earlier — are dropped along with the classification_error loss. A narrowing of scope rather than an addition.
View source ↗ - 2y ago
ICE facets for multioutput models; mlr3 fixes
Multioutput ICE plots switch from colour to facets, with swap_dim restoring the old behaviour. mlr3 non-probabilistic classification starts working, and probabilistic classification now requires an explicit predict_type.
View source ↗ - 2y ago
Faster data.frame paths; NaN H-statistics fixed
Most functions get significantly faster on plain data.frames, and normalised H-statistics that could evaluate to 0/0 now return 0 instead of NaN in multivariate cases.
View source ↗ - 2y ago
Factor predictions and line-style 2D partial dependence
Factor predictions become supported through one-hot encoding, and two-dimensional partial dependence gains a line view as an alternative to the heatmap. Both the one-hot path and general performance were sped up in the same release.
View source ↗