-
Notifications
You must be signed in to change notification settings - Fork 57
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
Error in example as coded in http://elm.readthedocs.io/en/latest/usage.html #2
Comments
Anybody have any solution of this problem ? |
I have the same problem, anyone could fix this issue? |
If you found an error while using ELMKernel.search_param() or ELMRandom.search_param(), probably is because pip installed an outdated version of optunity (currently their pip package and github are not synced). To fix it, do: $ tar -xf elm*.tar.gz $ cd elm* $ sudo pip install -r requirements.txt` |
Conversely, you could also install Optunity directly from their Github, using:
This will fetch the latest version of Optunity right from their repo and leave everything else intact. |
"Successfully installed Optunity-1.1.1" |
Could you try again ? I just updated all libraries to their last versions, i got it working fine. |
No errors occours until the following statement (the loaded data matches the data set contained in the file):
elmk.search_param(data, cv="kfold", of="accuracy", eval=10)
I get the following error:
Windows 10, python 3.5.2,, JetBrains PyCharm Community Edition 2016.2(64) as ide
The text was updated successfully, but these errors were encountered: