Skip to content

Commit

Permalink
delayed has been moved to sklearn.utils.parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario committed Oct 18, 2024
1 parent af51444 commit cbd25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summit/benchmarks/experimental_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
_check_method_params,
)
from sklearn.utils import check_array, _safe_indexing
from sklearn.utils.fixes import delayed
from sklearn.utils.parallel import delayed
from sklearn.metrics._scorer import _check_multimetric_scoring

from scipy.sparse import issparse
Expand Down

0 comments on commit cbd25eb

Please sign in to comment.