Skip to content

Feature Request: Some Metric(s) for Prediction Quality/Accuracy/Goodness/RELIABILITY of every SINGLE Prediction  #5757

Description

@petersesztak

It's should be very valuable to get Some Metric(s) for Prediction Quality/Accuracy/Goodness/Any of every SINGLE Prediction.

Background: when a prediction engine works in a real production enviroment it's should be great value to get infomation about Quality/Accuracy/Goodness/AnyRelevantMetric of every SINGLE Prediction.

Something like that:
class HousingPrediction
{
[ColumnName("Score")]
public float PredictedPrice { get; set; }

public float **ProbabilityOfPredictionAccuracy** { get; set; }

}

Use case: when consuming a given prediction it almost so important to know not the PREDICTION VALUE only, but the RELIABILITY of that PREDICTION.

Best Regards,
Péter

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority of the issue for triage purpose: Needs to be fixed at some point.PredictionEngineenhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions