Partial Least Squares Generalized Linear Regression
Are there any plans to extend the PLS model to what I see called PLS-GLM. In this model, the response can be categorical. The model is a hybrid of PLS and a regularization method that allows the response to remain truly, say, binary. That is, the response is not recoded as 0/1 and then PLS is applied as if it were numeric. PLS-GLM has maximum likelihood as the objective function instead of max...