-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Import issue with tpot 0.12.0 and sklearn 1.0.2 #1314
Comments
TPOT doesn't like latest version of |
This is actually not the latest version of |
Running |
Add te method def get_scorer_names():
"""Get the names of all available scorers.
These names can be passed to :func:`~sklearn.metrics.get_scorer` to
retrieve the scorer object.
Returns
-------
list of str
Names of all available scorers.
"""
return sorted(SCORERS.keys()) |
[provide general introduction to the issue and why it is relevant to this repository]
Context of the issue
tpot 0.12.0 gives error with scikit-learn v1.0.2, but loads ok with scikit-learn v1.1.3
Process to reproduce the issue
import tpot
Expected result
TPOT loads without error
Current result
Possible fix
Either increase the required version of sckit-learn or fix tpot to keep current dependency.
name of issue
screenshot[if relevant, include a screenshot]
The text was updated successfully, but these errors were encountered: