You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MLcomp
Have you guys considered running all of Weka's classifiers on
classification datasets in MLcomp? You could do something similar to
http://yaroslavvb.com/upload/weka-run.py
Percy Liang
unread,
Oct 28, 2010, 9:59:31 PM10/28/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mlc...@googlegroups.com
Yes, most of the Weka programs have been already uploaded to MLcomp and run on most of the datasets.
-Percy
Yaroslav Bulatov
unread,
Oct 28, 2010, 11:38:52 PM10/28/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MLcomp
Ah, found them, looks like some of the k=2 datasets are in Multiclass
classification category
Percy Liang
unread,
Oct 29, 2010, 12:52:54 AM10/29/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mlc...@googlegroups.com
Yes - all BinaryClassification really means is that the labels are -1 and +1. MulticlassClassification means labels are 1,...,K. K=2 is possible.