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
Currently, we throw errors at runtime if .predict is called on an unfitted estimator, conversely, we throw an error if .fit is called on a trained estimator. The idea of this issue is that such mistakes should be caught at compile time rather than runtime.
The text was updated successfully, but these errors were encountered:
Currently, we throw errors at runtime if
.predict
is called on an unfitted estimator, conversely, we throw an error if.fit
is called on a trained estimator. The idea of this issue is that such mistakes should be caught at compile time rather than runtime.The text was updated successfully, but these errors were encountered: