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
Krxsy
changed the title
make single parameter importance usable with a single int or string argument for quantify_importance
make single parameter importance usable with a single parameter
Jun 2, 2017
f = fanova.fANOVA(X,y, n_trees=32,bootstrapping=True)
f.quantify_importance(0)
should be equivalent to
f.quantify_importance((0,))
The text was updated successfully, but these errors were encountered: