Closed hmzhangBio closed 3 years ago
Hey @hmzhangBio, I am facing the same error, could you get any solution for this?
Hi, so Features is a class not a module. Features is the base class of all features .But that doesn't seem to be the issue.. What python version are you using?
Hey, so the python version I am using is : Python 3.6.3 :: Anaconda, Inc.
@gf712 , Thanks for the reply! I use Python 3.6.7 installed from miniconda3.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is now being closed due to a lack of activity. Feel free to reopen it.
I installed shogun using "conda install -c conda-forge shogun". I can import it successfully in python environment. However, I got the following errors when I imported other classes of shogun
I'm wondering do I use shogun in a wrong way? Are there any examples showing how to use shogun installed with conda? Thanks!