Skip to content

Commit f76d9c4

Browse files
committed
Merge pull request scikit-learn#5646 from mscherer/fix_doc
Fix formatting issue in tree.rst
2 parents 0c36694 + 598f1cb commit f76d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/tree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Tips on practical use
368368
If training data is not in this format, a copy of the dataset will be made.
369369

370370
* If the input matrix X is very sparse, it is recommended to convert to sparse
371-
``csc_matrix` before calling fit and sparse ``csr_matrix`` before calling
371+
``csc_matrix`` before calling fit and sparse ``csr_matrix`` before calling
372372
predict. Training time can be orders of magnitude faster for a sparse
373373
matrix input compared to a dense matrix when features have zero values in
374374
most of the samples.

0 commit comments

Comments
 (0)