Skip to content

Question: How to get accuracy in predicted label #317

Closed
@epignosisx

Description

@epignosisx

Is it possible to get the accuracy/precision of a predicted label? Is there an attribute I can use the extract it? Basically some thing like:

public class EmployeePrediction
{
    [ColumnName("PredictedLabel")]
    public bool Outcome;

    [SomeAttribute]
    public float Accuracy;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions