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
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/__init__.py", line 3, in <module>
from .mondrian import MondrianForestClassifier
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/mondrian/__init__.py", line 1, in <module>
from .ensemble import MondrianForestClassifier
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/mondrian/ensemble/__init__.py", line 1, in <module>
from .forest import MondrianForestClassifier
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/mondrian/ensemble/forest.py", line 11, in <module>
from ..tree import MondrianTreeClassifier
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/mondrian/tree/__init__.py", line 6, in <module>
from .tree import MondrianTreeRegressor
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/mondrian/tree/tree.py", line 42, in <module>
from ._criterion import Criterion
ModuleNotFoundError: No module named 'skgarden.mondrian.tree._criterion'
Commenting out skgarden in inference.py 'fixes' the problem, but it should be fixed for real:
On a clean install I see this:
Commenting out skgarden in inference.py 'fixes' the problem, but it should be fixed for real:
The text was updated successfully, but these errors were encountered: