Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make single parameter importance usable with a single parameter #38

Open
sfalkner opened this issue Mar 23, 2017 · 0 comments
Open

make single parameter importance usable with a single parameter #38

sfalkner opened this issue Mar 23, 2017 · 0 comments
Assignees

Comments

@sfalkner
Copy link
Collaborator

f = fanova.fANOVA(X,y, n_trees=32,bootstrapping=True)

f.quantify_importance(0)

should be equivalent to

f.quantify_importance((0,))

@Krxsy Krxsy closed this as completed in cb668e7 Jun 2, 2017
@Krxsy 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
@Krxsy Krxsy reopened this Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants