You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
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.