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

Feature importance #16

Open
Warvito opened this issue Mar 9, 2019 · 3 comments
Open

Feature importance #16

Warvito opened this issue Mar 9, 2019 · 3 comments

Comments

@Warvito
Copy link

Warvito commented Mar 9, 2019

Hi,

Is there any way to get something similar to the feature importance of the model (for example, in SVM we can check the feature weights with .coef_ and use the abs(svm.coef_) as the importance)?

@Yuexiaoguang1993
Copy link

Same question,Have you found answers?

@woctezuma
Copy link

I have not found an answer, but I have found another repository. :)

https://github.com/Mind-the-Pineapple/sklearn-rvm

@cheebit
Copy link

cheebit commented Mar 31, 2024

np.dot(self.m_[:-1], self.relevance_) ?
https://github.com/Mind-the-Pineapple/sklearn-rvm/blob/master/sklearn_rvm/em_rvm.py#L106

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

4 participants