By using partial least square discriminatory analysis models from mixOmics package, can we calculate predicted probability ?
hi @ml_geek
Have a look at the outputs from ?predict
and ?perf
as we do output the predicted components scores. This is explained in more detail in the supplemental material of this article.
Technically, the predicted scores for each class sum to 1 but I would not really refer to this as probability per definition.
Hope that helps
Kim-Anh