scitype__y_pred#

scitype__y_pred()[source]#

The scitype of the predicted target data, for probabilistic metrics.

  • String name: "scitype:y_pred"

  • Public property tag

  • Values: string, one of "pred_quantiles", pred_interval, pred_proba

  • Example: "pred_quantiles"

  • Default: "None"

This tag applies to metrics.

The tag specifies the scitype of the predicted target data y_pred for probabilistic metrics:

  • "pred_quantiles": predictive quantiles in predict_quantiles format

  • "pred_interval": predictive intervals in predict_interval format

  • "pred_proba": predictive probabilities in predict_proba format