File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ lead to wrong conclusions.
356
356
Estimators
357
357
..........
358
358
359
- **Different `random_state` types lead to different cross-validation
359
+ **Different ** `random_state ` ** types lead to different cross-validation
360
360
procedures **
361
361
362
362
Depending on the type of the `random_state ` parameter, estimators will behave
Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ Estimators and scoring functions are able to accept input arrays
197
197
from different array libraries and/or devices. When a mixed set of input arrays is
198
198
passed, scikit-learn converts arrays as needed to make them all consistent.
199
199
200
- For estimators, the rule is **"everything follows `X`" ** - mixed array inputs are
200
+ For estimators, the rule is **"everything follows ** `X ` ** " ** - mixed array inputs are
201
201
converted so that they all match the array library and device of `X `.
202
- For scoring functions the rule is **"everything follows `y_pred`" ** - mixed array
202
+ For scoring functions the rule is **"everything follows ** `y_pred ` ** " ** - mixed array
203
203
inputs are converted so that they all match the array library and device of `y_pred `.
204
204
205
205
When a function or method has been called with array API compatible inputs, the
You can’t perform that action at this time.
0 commit comments