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
Fix FeatureEffect handling of empty levels (#160, @grantirv)
Allow computation of importance for groups of features (FeatureImp) (#158)
FeatureEffect can now be computed with user provided grid points. Works for ice, ale and pdp.
FeatureImp gets new argument features which allows to calculate feature importance for a subset of features. If a list of characters is provided, the joint feature importance per group is calculated (#156, @grantirv)