Skip to content

Implement a new method that predicts probabilities, where it makes sense #50

Closed
@VolodymyrOrlov

Description

@VolodymyrOrlov

Classification algorithms usually offer a way to quantify certainty of a prediction. In Scikit learn a method that returns probability estimates for all classes is called predict_proba.

We need a similar method in SmartCore. One way to do it is to define a new trait Classifier, that will have a function predict_proba, and implement this trait for every algorithm where predicts probabilities makes sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions