Skip to content

strict mode added for check_estimator #14929

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

Closed
wants to merge 1 commit into from

Conversation

hirenmayani
Copy link

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
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