Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

No module polylearn.loss_fast #9

Open
@msh-tf

Description

@msh-tf

`In [1]: import polylearn

ImportError Traceback (most recent call last)
in ()
----> 1 import polylearn

/Users/manas/projects/polylearn/polylearn/init.py in ()
----> 1 from .factorization_machine import FactorizationMachineRegressor
2 from .factorization_machine import FactorizationMachineClassifier
3 from .polynomial_network import PolynomialNetworkRegressor
4 from .polynomial_network import PolynomialNetworkClassifier

/Users/manas/projects/polylearn/polylearn/factorization_machine.py in ()
22 from lightning.impl.dataset_fast import get_dataset
23
---> 24 from .base import _BasePoly, _PolyClassifierMixin, _PolyRegressorMixin
25 from .kernels import _poly_predict
26 from .cd_direct_fast import _cd_direct_ho

/Users/manas/projects/polylearn/polylearn/base.py in ()
10 from sklearn.externals import six
11
---> 12 from .loss import CLASSIFICATION_LOSSES, REGRESSION_LOSSES
13
14

/Users/manas/projects/polylearn/polylearn/loss.py in ()
2 # License: Simplified BSD
3
----> 4 from .loss_fast import Squared, SquaredHinge, Logistic
5
6

ImportError: No module named 'polylearn.loss_fast'`

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