Loss function in GradientBoostingRegressor
Scikit Learn GradientBoostingRegressor:
I was looking at the scikit-Learn documentation for GradientBoostingRegressor.
Here it says that we can use 'ls' as a loss function which is least squares regression. But I am confused since least squares regression is a method to minimize the SSE loss function.
So shouldn't they mention SSE here?
Topic loss-function terminology gbm scikit-learn machine-learning
Category Data Science