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

Add skip_interpret argument #69

Closed
pplonski opened this issue Apr 23, 2020 · 2 comments
Closed

Add skip_interpret argument #69

pplonski opened this issue Apr 23, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pplonski
Copy link
Contributor

It will be nice to have skip_interpret argument in AutoML constructor. It can speed-up model tuning, if we care only about performance. This parameter should be set to False by default.

@pplonski pplonski added the enhancement New feature or request label Apr 23, 2020
@pplonski pplonski added this to the version 0.3.0 milestone Apr 23, 2020
@pplonski pplonski added this to To do in mljar-supervised Apr 23, 2020
@pplonski pplonski pinned this issue Apr 29, 2020
@pplonski
Copy link
Contributor Author

pplonski commented May 4, 2020

I think I will add explain_level parameter.

  • explain_level = 0 means no explanations
  • explain_level = 1 means produce importance plot (with permutation method), for decision trees produce tree plots, for linear models save coefficients
  • explain_level = 2 the same as for 1 plus SHAP explanations

The default will set to 2

@pplonski pplonski moved this from To do to In progress in mljar-supervised May 5, 2020
pplonski added a commit that referenced this issue May 5, 2020
@pplonski
Copy link
Contributor Author

pplonski commented May 5, 2020

Done! 3 new tests added :)

@pplonski pplonski closed this as completed May 5, 2020
@pplonski pplonski unpinned this issue May 5, 2020
@pplonski pplonski moved this from In progress to Done in mljar-supervised Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants