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.
2 parents 0c36694 + 598f1cb commit f76d9c4Copy full SHA for f76d9c4
doc/modules/tree.rst
@@ -368,7 +368,7 @@ Tips on practical use
368
If training data is not in this format, a copy of the dataset will be made.
369
370
* 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
+ ``csc_matrix`` before calling fit and sparse ``csr_matrix`` before calling
372
predict. Training time can be orders of magnitude faster for a sparse
373
matrix input compared to a dense matrix when features have zero values in
374
most of the samples.
0 commit comments