8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaec61 commit 5b21afdCopy full SHA for 5b21afd
sklearn/utils/estimator_checks.py
@@ -676,7 +676,7 @@ def _set_checking_parameters(estimator):
676
estimator.set_params(max_iter=500)
677
# DictionaryLearning
678
if name == "DictionaryLearning":
679
- estimator.set_params(max_iter=200, transform_algorithm="lasso_lars")
+ estimator.set_params(max_iter=20, transform_algorithm="lasso_lars")
680
# MiniBatchNMF
681
if estimator.__class__.__name__ == "MiniBatchNMF":
682
estimator.set_params(max_iter=20, fresh_restarts=True)
0 commit comments