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 abbeacc commit 125a6c6Copy full SHA for 125a6c6
sklearn/decomposition/_dict_learning.py
@@ -808,7 +808,9 @@ def dict_learning_online(
808
Whether to also return the code U or just the dictionary `V`.
809
810
dict_init : ndarray of shape (n_components, n_features), default=None
811
- Initial value for the dictionary for warm restart scenarios.
+ Initial values for the dictionary for warm restart scenarios.
812
+ If `None`, the initial values for the dictionary are created
813
+ with an SVD decomposition of the data via :func:`~sklearn.utils.randomized_svd`.
814
815
callback : callable, default=None
816
A callable that gets invoked at the end of each iteration.
0 commit comments