If I am applying some feature scaling to my input data (x_train) is it necessary to also scale the training outcomes (y_train)? And to expect the predictions to scaled accordingly as well?
Typically you don’t need to scale the outputs.
If I am applying some feature scaling to my input data (x_train) is it necessary to also scale the training outcomes (y_train)? And to expect the predictions to scaled accordingly as well?
Typically you don’t need to scale the outputs.