A measure of uncertainty for multioutput regression #437
Labels
Enhancement
Type: enhancement (new feature or request)
Source: contributors
Proposed by contributors.
I often need to perform active learning in the context of multioutput regression. I thus need a measure of uncertainty for my regressor. However, MapieRegressor is not compatible with MultiOutputRegressor
Describe the solution you'd like
I would like to be able to predict either valid prediction intervals for each output (thus, PIs with formal coverage for each variable marginally, but not jointly), or even better, valid prediction regions (thus, hyperrectangles with formal coverage for all variables jointly), but I don't know if the latter case is covered by conformal prediction. The implementation should be compatible with MultiOutputRegressor. In other words, I'm looking for a MultiOutputMapieRegression where
estimator
can accept an instance of the MultiOutputRegressor class.The text was updated successfully, but these errors were encountered: