I'm particularly concerned about the following problem when using ridge classification for predicting binary outcome
- When I'm encoding the binary outcome as 1 and 0; my model accuracy is 0.6456
- When I'm encoding the binary outcome as -1 and 1; my model accuracy is 0.3525
Does anyone know whether the binary outcome in ridge classification is to be made -1 and 1 or 1 and 0 and why?
Any lead is appreciated