Skip to content

tabular_classification/PassiveAClf.py no predict_proba function #128

@delphieritas

Description

@delphieritas
    # probs = self._clf.predict_proba(data) 
    # PassiveAggressiveClassifier does not have predict_proba function, we can use _predict_proba_lr() function,
    # pls see https://github.com/scikit-learn/scikit-learn/blob/0fb307bf3/sklearn/linear_model/_base.py#L261

pls merge dev...delphieritas:patch-3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions