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

Missing functions in lightonml.encoding.base to run randomized_svd example #5

@ELSmi

Description

@ELSmi

I get the following error trying to run the mentioned example on the aurora server and on my local machine:

ImportError Traceback (most recent call last)
/tmp/ipykernel_142/3688653586.py in
9
10 from lightonml.datasets import movielens20m
---> 11 from lightonml.encoding.base import SeparatedBitPlanEncoder, MixingBitPlanDecoder
12 from lightonml.projections.sklearn import OPUMap
13 from lightonopu.opu import OPU

ImportError: cannot import name 'MixingBitPlanDecoder' from 'lightonml.encoding.base' (/home/opu/.conda/envs/opu-base/lib/python3.9/site-packages/lightonml/encoding/base.py)

I looked in the base file and couldn't see a corresponding MixingBitPlanDecoder function.

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