8000 fix typo in sparse output warning (#24817) · scikit-learn/scikit-learn@f905c21 · GitHub
[go: up one dir, main page]

Skip to content

Commit f905c21

Browse files
authored
fix typo in sparse output warning (#24817)
1 parent b4ffba9 commit f905c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/preprocessing/_encoders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def fit(self, X, y=None):
814814
if self.sparse != "deprecated":
815815
warnings.warn(
816816
"`sparse` was renamed to `sparse_output` in version 1.2 and "
817-
"will be removed in 1.4. `sparse_out` is ignored unless you "
817+
"will be removed in 1.4. `sparse_output` is ignored unless you "
818818
"leave `sparse` to its default value.",
819819
FutureWarning,
820820
)

0 commit comments

Comments
 (0)
0