I have already generated a huge train file of ~1GB in which the ground truth is one of 4 classes {-1,0,1,2}. Yes, I agree that I could have done it using 3 instead of -1, but for some conventional reasons I used -1.
I want to use gbm in multinomial distribution mode. Whether it will create some problem with a negative representation or I can proceed with it?