scikit-tree
scikit-tree copied to clipboard
How to import the experimental functions?
from sktree.experimental.mutual_info import mutual_info_ksg doesn't work.
from sktree.experimental import mutual_info also doesn't work.
I'm looking to use mutual_info_ksg from here: https://docs.neurodata.io/scikit-tree/dev/_modules/sktree/experimental/mutual_info.html
Thank you, Justin
from sktree.experimental import mutual_info_ksg works for me.
FYI this submodule is quite experimental and untested
Just tried that. I get the following error:
ImportError: Error importing scikit-tree: you cannot import scikit-tree while being in scikit-tree source directory; please exit the scikit-tree source tree first and relaunch your Python interpreter.
Maybe I installed scikit-tree wrong, I only used pip.
Thanks.
Hmm hard to say, since I cannot reproduce said issue. Can you provide all the information required in a bug report?
https://github.com/neurodata/scikit-tree/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=