You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancements
{hstats} now also works for factor predictions. The levels are represented by one-hot-encoded columns (PR#101).
The plot method of a two-dimensional PDP has recieved the option d2_geom = "line". Instead of a heatmap of the two features, one of the features is moved to color grouping. Combined with swap_dim = TRUE, you can swap the role of the two v variables without recalculating anything. The idea was proposed by Roel Verbelen in issue #91, see also issue #94.
Bug fixes
Using BY and w via column names would fail for tibbles. This problem was described in #92 by Roel Verbelen. Thx!
Other changes
Much faster one-hot-encoding, thanks to Mathias Ambühl (PR#101).