Skip to contents

Determine Weights for Density Estimators for SuperLearner

Usage

determine_weights_using_neg_log_loss(data, y_variable)

Arguments

data

A data.frame with columns corresponding to predicted densities from each learner and the true y_variable from held-out data

y_variable

A character indicating the outcome variable in the data.frame.