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.
1 parent 61994d9 commit 77113c0Copy full SHA for 77113c0
doc/modules/array_api.rst
@@ -147,6 +147,7 @@ Metrics
147
148
- :func:`sklearn.metrics.accuracy_score`
149
- :func:`sklearn.metrics.brier_score_loss`
150
+- :func:`sklearn.metrics.cluster.calinski_harabasz_score`
151
- :func:`sklearn.metrics.confusion_matrix`
152
- :func:`sklearn.metrics.d2_brier_score`
153
- :func:`sklearn.metrics.d2_log_loss_score`
doc/whats_new/upcoming_changes/array-api/32600.feature.rst
@@ -0,0 +1,2 @@
1
+- :func:`sklearn.metrics.cluster.calinski_harabasz_score` now supports Array API compliant inputs.
2
+ By :user:`Josef Affourtit <jaffourt>`.
0 commit comments