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

raise notfittederror in stacking estimators #353

Merged
merged 1 commit into from
Mar 24, 2018
Merged

raise notfittederror in stacking estimators #353

merged 1 commit into from
Mar 24, 2018

Conversation

rasbt
Copy link
Owner

@rasbt rasbt commented Mar 24, 2018

Description

Make sure that all stacking estimators raise NonFittedErrors when an inference method is called prior to fit.

Related issues or pull requests

Fixes #289

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 decreased (-0.02%) to 91.728% when pulling 8fed8ee on nonfitted into bac2d26 on master.

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