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 a new feature_importance_permutation function #358

Merged
merged 1 commit into from
Apr 3, 2018

Conversation

rasbt
Copy link
Owner

@rasbt rasbt commented Apr 3, 2018

Description

Adds a new feature_importance_permutation function to compute the feature importance in classifiers and regressors via the permutation importance method

Pull Request requirements

  • Added appropriate unit test functions in the ./mlxtend/*/tests directories
  • Ran nosetests ./mlxtend -sv and make sure that all unit tests pass
  • Checked the test coverage by running nosetests ./mlxtend --with-coverage
  • Checked for style issues by running flake8 ./mlxtend
  • Added a note about the modification or contribution to the ./docs/sources/CHANGELOG.md file
  • Modify documentation in the appropriate location under mlxtend/docs/sources/ (optional)
  • Checked that the Travis-CI build passed at https://travis-ci.org/rasbt/mlxtend

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 91.858% when pulling fdbb375 on feature-importance into 9c8529a on master.

@rasbt rasbt merged commit d90b513 into master Apr 3, 2018
@rasbt rasbt deleted the feature-importance branch April 7, 2018 00:18
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

Successfully merging this pull request may close these issues.

None yet

2 participants