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
New correlation method option for feature importance (#267, @courtneyarmour).
The default is still "spearman", and now you can use other methods supported by stats::cor with the corr_method parameter: get_feature_importance(corr_method = "pearson")
There are now video tutorials covering mikropml and other skills related to machine learning, created by @pschloss (#270).