8000 DOC changed <= symbol to \leq in tree module documentation (#23425) · scikit-learn/scikit-learn@632384f · GitHub
[go: up one dir, main page]

Skip to conte 8000 nt

Commit 632384f

Browse files
IvanSedykhIvan Sedykh
andauthored
DOC changed <= symbol to \leq in tree module documentation (#23425)
Co-authored-by: Ivan Sedykh <`sed.ivan.dm@gmail.com>
1 parent ef2ef31 commit 632384f

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
@@ -452,7 +452,7 @@ feature :math:`j` and threshold :math:`t_m`, partition the data into
452452

453453
.. math::
454454
455-
Q_m^{left}(\theta) = \{(x, y) | x_j <= t_m\}
455+
Q_m^{left}(\theta) = \{(x, y) | x_j \leq t_m\}
456456
457457
Q_m^{right}(\theta) = Q_m \setminus Q_m^{left}(\theta)
458458

0 commit comments

Comments
 (0)
0