Skip to content
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

export training data? #21

Open
michaelpalumbo opened this issue Mar 10, 2020 · 2 comments
Open

export training data? #21

michaelpalumbo opened this issue Mar 10, 2020 · 2 comments

Comments

@michaelpalumbo
Copy link

Is it possible to export all the training data in wekinator (such that I could write a visualization for it), or import it into something like mubu, etc.

THanks!

@Louismac
Copy link
Collaborator

If you look in the folder where your Wekinator project is, there is a file "current/currentData.arff". This is Weka's (the underlying java ML library) format (https://www.cs.waikato.ac.nz/ml/weka/arff.html). To visualise it you could either use the Weka API in Java to read it then send / save in a different format (https://weka.sourceforge.io/doc.dev/weka/core/converters/ArffLoader.ArffReader.html). Or it is basically a .csv file with some extra stuff at the top, so you could delete these additional headers in a text editor and perhaps make your own parser in another langauge

@arthur-parmentier
Copy link

I would also love to have a conversion between mubu and wekinator, just let me know if anyone made something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants