Describe the bug
SVM classifier, linearSVC, ada, and gdb all raise errors when being ran on multi-label data sets (clintox and sider).
To Reproduce
Run these models with multi-label data sets (requires slight changing of Get_Task_Type because it has been hard coded in Get_Task_Type to not allow these models to run on multi-label sets).
The new PR can be used in order to get these models.
Describe the bug SVM classifier, linearSVC, ada, and gdb all raise errors when being ran on multi-label data sets (clintox and sider).
To Reproduce Run these models with multi-label data sets (requires slight changing of Get_Task_Type because it has been hard coded in Get_Task_Type to not allow these models to run on multi-label sets).
The new PR can be used in order to get these models.
Screenshots SVM breaking on sider:
SVM breaking on clintox:
linearSVC breaking on sider:
linearSVC breaking on clintox:
ada breaking on sider:
ada breaking on clintox:
gdb breaking on sider:
gdb breaking on clintox: