-
Notifications
You must be signed in to change notification settings - Fork 106
Adding individual configuration run detailed output #26
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks! This information is available already in the Auto-WEKA logs though in the temporary directory it creates (although not in such a nice format). I'll consider this for inclusion in the package, but could you add an option to turn this on and off in the UI please? Also, we aim for Java 1.6 compatibility (and this is why our automated build system Travis failed). |
* Cleaning up the format
|
Thanks, I've had a closer look at this now. Could you please add something in the tooltip or help to explain what the numbers in parentheses are? Also, you need to filter the special dummy value (INFINITY in ClassifierResult). |
|
ok. I've been playing around with it on a few datasets and I've made a few On Wed, Sep 7, 2016 at 1:59 AM, Lars Kotthoff notifications@github.com
|
|
Great, thanks! |
|
Would it be possible to see the proposed java code (to include in your own project) for more than just the best configuration ? Now i get an argument string, but that is kind of hard to decode what it exactly stands for... |
|
@rleplae We don't have any plans for this at the moment, but pull requests are welcome. |
|
I was able to download the AutoWeka source. My notes :
Build the package ant weka-package |
This is just a quick POC for the additional details that I thought would be useful to (optionally) output to the user. There are many other things that might be interesting to look at (group by classifier, by feature selection method, etc). Another reason this might be useful is that it gives a better feel for how much of the space was covered. Here's an example of the output: