Skip to content
Prev 311330 / 398513 Next

How to subset my data and at the same time keep the balance?

Just curious, once you have a model that works well, does it make sense to then tune it against 100% of the dataset (with known outcomes)
so you can apply it to data you wish to predict for or is that a bad approach?

I have done like is explained in this thread many times, taken a sample, learned against it, and then tested on the remaining.  But this is using data
for which we know the predicted variable and can compare to validate.  So after your done, should you re-tune with the entire training set?

As for which method, I am using mostly SVM

Brian
On Nov 19, 2012, at 2:07 PM, Eddie Smith <eddieatr at gmail.com> wrote: