Skip to content

SelfLearningModel with basemodels having no predict_proba method #4

@gh-owestesson

Description

@gh-owestesson

It seems like

self.plattlr.predict_proba

Is called (line 63, within self.predict_proba) before self.plattlr is set on line 78.

This causes models like a generic SVC to fail:

AttributeError: 'SelfLearningModel' object has no attribute 'plattlr'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions