File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ class RandomizedLasso(BaseRandomizedLinearModel):
259259
260260 memory : Instance of joblib.Memory or string
261261 Used for internal caching. By default, no caching is done.
262- If a string is given, it is thepath to the caching directory.
262+ If a string is given, it is the path to the caching directory.
263263
264264 Attributes
265265 ----------
@@ -427,7 +427,7 @@ class RandomizedLogisticRegression(BaseRandomizedLinearModel):
427427
428428 memory : Instance of joblib.Memory or string
429429 Used for internal caching. By default, no caching is done.
430- If a string is given, it is thepath to the caching directory.
430+ If a string is given, it is the path to the caching directory.
431431
432432 Attributes
433433 ----------
You can’t perform that action at this time.
0 commit comments