-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fail to run the example of Multiple Kernel Learning #4341
Comments
Hi! What is the error for GMM? There is a LAPACK dependency there. @dougalsutherland is lapack enabled in the conda build? |
Thank you for your explanation @karlnapf , the error for GMM is "name 'GMM' is not defined ". |
This is due to a LAPACK dependency. We got rid of this in the latest development version, and this will be in conda with the next release (i.e. you can use GMM without having LAPACK installed) Though still it seems weird that lapack is not active in conda, will check that |
@daifeng2016 are you using this on windows by any chance? |
@vigsterkr Yes, I am using shogun with python version on windows 10 system, and many problems happend. |
@daifeng2016 yeah unfortunately the windows version has no lapack backend... :( as said by @karlnapf this particular error is fixed in develop, but has not been released yet |
@vigsterkr Thank you, wishing to see the latest version. |
Sorry I didn't see this last week (my github notifications are an endless swamp). Yes, there's no lapack backend on the Windows build yet (conda-forge/shogun-cpp-feedstock#13). |
I compile shogun by hand in ubuntu:14.04 according to INSTALL.md. in python command line environment, "import shogun" is right, but "from shogun import SVMLight" error and name 'CombinedKernel' is not defined, Why? And how to solve it ? |
hi @luoagnes , we are moving to factory methods, you can use |
(also need to compile shogun using the GPL compatible submodules if you want to use SVMLIGHT |
I have installed the shogun library using python command "conda install -c conda-forge shogun", and some examples can work well. However, when I test the example of "Multiple Kernel Learning", some errors arise, such as:
Moreover, I could not use some classes, like GMM. I am wondering if some function fails to work in the python version.
Have anyone met such probelms? How to solve the above problems?
The text was updated successfully, but these errors were encountered: