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
c:\users\e580\appdata\local\programs\python\python36\lib\site-packages\sklearn\metrics_scorer.py in check_scoring(estimator, scoring, allow_none)
426 if not hasattr(estimator, 'fit'):
427 raise TypeError("estimator should be an estimator implementing "
-> 428 "'fit' method, %r was passed" % estimator)
429 if isinstance(scoring, str):
430 return get_scorer(scoring)
TypeError: estimator should be an estimator implementing 'fit' method, <elm.elmk.ELMKernel object at 0x000001E2CA30BEF0> was passed
The text was updated successfully, but these errors were encountered:
code implementation
error message:
The text was updated successfully, but these errors were encountered: