You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
When Transform is called without calling Fit, a ValueError is thrown. Something similar to sklearn.exceptions.NotFittedError would be more appropriate?
#502
Open
skasturi opened this issue
Jan 6, 2021
· 0 comments
Describe the bug
When Transform is called without calling Fit, a ValueError is thrown. Something similar to sklearn.exceptions.NotFittedError would be more appropriate?
To Reproduce
Steps to reproduce the behavior:
Create a nimbusml featurizer and call transform directly without calling fit.
Expected behavior
An error similar to sklearn.exceptions.NotFittedError is what I expected. But it threw a generic ValueError
Screenshots
Desktop (please complete the following information):
Windows 10
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When Transform is called without calling Fit, a ValueError is thrown. Something similar to sklearn.exceptions.NotFittedError would be more appropriate?
To Reproduce
Steps to reproduce the behavior:
Create a nimbusml featurizer and call
transform
directly without callingfit
.Expected behavior
An error similar to
sklearn.exceptions.NotFittedError
is what I expected. But it threw a genericValueError
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: