
Determine SuperLearner Weights with Nonnegative Least Squares
Source:R/determine_weights.R
determine_super_learner_weights_nnls.Rd
This function accepts a dataframe that is structured to have one column `Y` and other columns with unique names corresponding to different model predictions for `Y`, and it will use nonnegative least squares to determine the weights to use for a SuperLearner.