Waikato / meka

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
http://waikato.github.io/meka/
GNU General Public License v3.0
202 stars 76 forks source link

Export predictions #24

Open jmread opened 7 years ago

jmread commented 7 years ago

Add to tutorial: new ways to save predictions, for both GUI (Export Predictions to CSV) and also from the CLI (-predictions), and note: not yet cross validation.

yazdavar commented 7 years ago

Hi @jmread, thanks for your useful tool. I cannot find the Export Predictions to CSV option in the GUI. Can you please tell me where I can find it? Is there any way to get the confusion matrix for each label? Thanks

fracpete commented 7 years ago

That functionality is only available from a snapshot (post 1.9.0).

jmread commented 7 years ago

A confusion matrix is not yet implemented, but noted: #19