Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skgarden ModuleNotFoundError #61

Open
isaacovercast opened this issue Apr 25, 2022 · 1 comment
Open

skgarden ModuleNotFoundError #61

isaacovercast opened this issue Apr 25, 2022 · 1 comment

Comments

@isaacovercast
Copy link
Collaborator

On a clean install I see this:

  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:

#from skgarden import RandomForestQuantileRegressor
isaacovercast added a commit that referenced this issue Apr 25, 2022
@isaacovercast
Copy link
Collaborator Author

Should just remove the dependency on this dead module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant