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

assess relative importance/sensitivity of individual variables #22

Closed
JannisHoch opened this issue Jul 8, 2020 · 2 comments
Closed

Comments

@JannisHoch
Copy link
Owner

JannisHoch commented Jul 8, 2020

how can i see what the relative influence of a input variable is in predicting our target var? is it possible to somehow get a list with ordered relative importance of the variables? or simply testing relative importance by 'leaving-one-out', i.e. running n runs (n=number of vars) which each run n-1 vars used?

@JannisHoch
Copy link
Owner Author

seems like this is not so straighforward. the relative importance can only be determined for SVMs with linear kernel such as LinearSVC or LinearSVR.

@JannisHoch
Copy link
Owner Author

solved with #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant