Open fkiraly opened 5 months ago
FYI @benHeid, turns out skpro
is halfway to the point of a fully programmatic test suite for the proba metrics. The quantile and interval metrics will miss out on some interface tests when checked via check_estimator
.
The module
test_probabilistic_metrics
contains tests for interval and quantile distributions with manual collection. These metrics are also automatically collected inTestAllDistrMetrics
, which should be the location where these tests are carried out systematically.Hence, we should move the existing tests in
test_probabilistic_metrics
to there.Whether a metric is an interval or quantile metric can be inspectedby reading the
"scitype:y_pred"
tag.