Ask Your Question

Judi's profile - activity

2014-05-26 10:01:56 -0600 received badge  Editor (source)
2014-05-26 08:48:42 -0600 asked a question SVR auto_train error Assertion failed (sv_count != 0) in do_train

I am using CVSVM for regression and it worked fine when I tune the parameters manually. But when I use the grid search method to optimize the parameters: 1.it kept giving me the "Assertion failed (sv_count != 0) in do_train" error when I used it on a large dataset (about 10000 instances and 10 features). 2. I got good result when I tried the same code with a smaller dataset (100 instances and 5 features). Could someone please help me figure out what the problem could be? Thank you.