-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Using OpenML Java apiconnector in Matlab #1
Comments
I remember we had a similar issue with RapidMiner. Jan, do you remember how On Thu Feb 19 2015 at 11:31:14 AM Manuel Martín [email protected]
|
I didn't solve that problem yet, as there was a second problem with A solution would be to downgrade xstream version of the apiconnector, 2015-02-20 0:57 GMT+13:00 Joaquin Vanschoren [email protected]:
|
I tried to use Java apiconnector in Matlab R2012a but got the following error:
This problem occurs because an older version of xstream is loaded by Matlab in the static java class path and therefore it's not using the xstream library provided in the dynamic java class path. I've been googling and couldn't find any elegant solution. Apparently, the only workaround would be to replace the xstream.jar file in the "jarext" Matlab folder with the new version, but that could lead to internal Matlab problems.
So at the moment it's not possible to use the Java apiconnector in Matlab, but I would like to leave this comment here for future reference.
The text was updated successfully, but these errors were encountered: