Lars Kotthoff

Results 70 comments of Lars Kotthoff

Please don't post separate issues to the same thread. @vishnukarna438 Are you running WEKA from the command line as the manual advises? @simonprovost Have you tried with the latest release...

You need to open a terminal to type commands in. See the Auto-WEKA manual.

Hmm, when people had this problem in the past, it was usually a problem with the JDK. You could try installing a different version of the JDK.

Hmm, could be that the latest version of Mac OS is limiting the ability of processes to call other processes, i.e. `java` in this case. I can't test this myself...

The exact commandline depends on your WEKA installation and operating system. Unfortunately I don't have access to a Mac.

Thanks for the feedback!

Also check definitions for attribute selection. Conditional dependencies do not appear to be specified completely there.

Certain attribute selection search methods disallow certain evaluation methods. There's currently no way to specify these conditional dependencies as each class (i.e. each evaluation/search method) is only considered in isolation....

Upon closer inspection it turns out that there are some such dependencies with respect to classifiers as well, so really the only proper way would be to have a grand...

Examples of things that need to be addressed in the parameter space definition but can't be at the moment: ``` Training classifier (weka.classifiers.lazy.LWL [-U, 3, -A, weka.core.neighboursearch.LinearNNSearch, -W, weka.classifiers.rules.OneR ,...