skl # 32422 adds array API support for continuous classification metrics but adds standalone tests for these in test_classification.py, and does not add a common test in test_common.py.
To make testing easier for new continuous classification metrics that we add , and have all the array API metric tests live in one place, we should factorize out this test and move it to test_common.py
skl # 32422 adds array API support for continuous classification metrics but adds standalone tests for these in
test_classification.py, and does not add a common test intest_common.py.To make testing easier for new continuous classification metrics that we add , and have all the array API metric tests live in one place, we should factorize out this test and move it to
test_common.py