Changelog
Source:NEWS.md
fmeffects 0.1.3
CRAN release: 2024-06-07
-
fme
andame
automatically extract the name of the model’s target variable from the model. - Added support for
"lm"
-type models, such asstats::glm
andmgcv::gam
. -
fme
now computes NLMs via parallel processing withfuture
and displays a progress bar while doing so. - Multivariate effects for more than two features can be computed and visualized.
- Improved visualizations (especially for larger data sets) via hexagon plots.
- Better error communication with
cli
. - Feature interactions for categorical features are supported.