-
Notifications
You must be signed in to change notification settings - Fork 1
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
Eliminate is_fitted_ sklearn attribute #280
Eliminate is_fitted_ sklearn attribute #280
Conversation
68850a3
to
d2595f1
Compare
d2595f1
to
66dc651
Compare
dc12f61
to
19e05f2
Compare
19e05f2
to
1477896
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the comments.
1477896
to
0c9fb9f
Compare
@@ -2704,3 +2706,25 @@ def test_khiops_encoder_no_output_variables_implies_not_fit(self): | |||
|
|||
# Check that the encoder is not fit | |||
self.assertNotFit(khe) | |||
|
|||
def test_export_operations_raise_when_not_fitted(self): | |||
"""Test that export functions raise NonFittedError exceptions when non-fitted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/NonFittedError/NotFittedError/ (Not instead of Non)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but there remains a really small typo to fix (see remaining comment).
0c9fb9f
to
0b1671d
Compare
commit 720d30a (HEAD -> 273-eliminate-is_fitted_-sklearn-attribute, origin/273-eliminate-is_fitted_-sklearn-attribute)
Author: Felipe Olmos 92923444+folmos-at-orange@users.noreply.github.com
Date: Mon Nov 18 17:05:40 2024 +0100
commit af11895
Author: Felipe Olmos 92923444+folmos-at-orange@users.noreply.github.com
Date: Mon Nov 18 16:42:04 2024 +0100