rgcca-factory / RGCCA

https://rgcca-factory.github.io/RGCCA/
10 stars 11 forks source link

Add probs as output of rgcca_predict #80

Closed GFabien closed 1 month ago

GFabien commented 4 months ago

Add a new output to rgcca_predict: probs contains the probabilities predicted by the underlying classification model used in the function. The returned data frame is empty if the classification model does not predict probabilities.

Related to #79