-
Notifications
You must be signed in to change notification settings - Fork 0
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
CSV output #35
Comments
Not sure why Weka has a separate method for printing the header, but it's not suitable for printing the CSV column headers. The |
Game plan:
|
Note that I'd also like to fix #34 and add fix up getResults (fix tooltip, explain why it's there, warn that it's not thread-safe) before releasing. |
Would it be possible to do CSV output with all of the AM-specific information for several classifications at once, e.g. leave-one-out resulting in a single CSV? This would be incredibly useful.
Next best thing would be a script to convert the Weka output to CSV. We need predictions (already possible with default Weka CSV output), gangs, and analogical sets.
The text was updated successfully, but these errors were encountered: