Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8e9488

Browse filesBrowse files
guiweberglemaitre
authored andcommitted
DOC Fixed typo in cross_val_predict docstring (#19739)
1 parent 2fe721d commit f8e9488
Copy full SHA for f8e9488

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎sklearn/model_selection/_validation.py

Copy file name to clipboardExpand all lines: sklearn/model_selection/_validation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ def cross_val_predict(estimator, X, y=None, *, groups=None, cv=None,
784784
verbose : int, default=0
785785
The verbosity level.
786786
787-
fit_params : dict, defualt=None
787+
fit_params : dict, default=None
788788
Parameters to pass to the fit method of the estimator.
789789
790790
pre_dispatch : int or str, default='2*n_jobs'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.