Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

AttributeError: 'LaminiClassifier' object has no attribute 'logistic_regression' #2

@SarahWei0804

Description

@SarahWei0804

I loaded my trained laminiclassifier and I got the error that the classifier don't have the attribute, logistic regression. Is there anyone know how to handle this problem. I've encountered it several times.
Should I need to input api key from Lamini as well?

My code is shown below.

from lamini import LaminiClassifier
import lamini
lamini_clf = LaminiClassifier.load("my_model.lamini")
lamini_clf = LaminiClassifier(lamini_clf)
lamini_clf.predict(data)

image

Thanks for your attention.

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