File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
doc/whats_new/upcoming_changes/array-api
externals/array_api_compat/common Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
- array-api-compat and array-api-extra are now vendored within the
2
2
scikit-learn source. Users of the experimental array API standard
3
- support no longer need to install array-api-compat in their environemnt .
3
+ support no longer need to install array-api-compat in their environment .
4
4
by :user: `Lucas Colley <lucascolley> `
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ def is_lazy_array(x: object) -> bool:
899
899
try :
900
900
bool (x )
901
901
return False
902
- # The Array API standard dictactes that __bool__ should raise TypeError if the
902
+ # The Array API standard dictates that __bool__ should raise TypeError if the
903
903
# output cannot be defined.
904
904
# Here we allow for it to raise arbitrary exceptions, e.g. like Dask does.
905
905
except Exception :
Original file line number Diff line number Diff line change @@ -3487,7 +3487,7 @@ def brier_score_loss(
3487
3487
3488
3488
The smaller the Brier score loss, the better, hence the naming with "loss".
3489
3489
The Brier score measures the mean squared difference between the predicted
3490
- probability and the actual outcome. The Brier score is a stricly proper scoring
3490
+ probability and the actual outcome. The Brier score is a strictly proper scoring
3491
3491
rule.
3492
3492
3493
3493
Read more in the :ref:`User Guide <brier_score_loss>`.
You can’t perform that action at this time.
0 commit comments