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.
356356Estimators
357357..........
358358
359- **Different `random_state` types lead to different cross-validation
359+ **Different ** `random_state ` ** types lead to different cross-validation
360360procedures **
361361
362362Depending on the type of the `random_state ` parameter, estimators will behave
Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ Estimators and scoring functions are able to accept input arrays
190190from different array libraries and/or devices. When a mixed set of input arrays is
191191passed, scikit-learn converts arrays as needed to make them all consistent.
192192
193- For estimators, the rule is **"everything follows `X`" ** - mixed array inputs are
193+ For estimators, the rule is **"everything follows ** `X ` ** " ** - mixed array inputs are
194194converted so that they all match the array library and device of `X `.
195- For scoring functions the rule is **"everything follows `y_pred`" ** - mixed array
195+ For scoring functions the rule is **"everything follows ** `y_pred ` ** " ** - mixed array
196196inputs are converted so that they all match the array library and device of `y_pred `.
197197
198198When 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