Skip to content

strict mode added for check_estimator#14929

Closed
hirenmayani wants to merge 1 commit intoscikit-learn:masterfrom
hirenmayani:strict-mode
Closed

strict mode added for check_estimator#14929
hirenmayani wants to merge 1 commit intoscikit-learn:masterfrom
hirenmayani:strict-mode

Conversation

@hirenmayani
Copy link
Copy Markdown

Reference Issues/PRs

Example: Fixes #13969 Add non-strict mode to check_estimator

What does this implement/fix? Explain your changes.

This implementation provides 'strict mode' for check_estimator function. If strict mode is false, then check_estimator function will assert only based on error type, not on error message.
By default, value of this variable is True. So, it won't change existing behavior of any function.

@amueller
Copy link
Copy Markdown
Member

amueller commented Dec 4, 2019

Hey. Are you still working on this or would you prefer someone else take it over?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module:utils Stalled Superseded PR has been replace by a newer PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add non-strict mode to check_estimator

4 participants