weighted_combine_predictions: Compute a weighted combination of prediction results

Description Usage Arguments Value

View source: R/stacking-utils.R

Description

Compute a weighted combination of prediction results

Usage

1
weighted_combine_predictions(component_preds, weights, log_weights)

Arguments

component_preds

data frame of predictions from component models

weights

data frame of model weights

log_weights

data frame of (log) model weights

Value

data frame with weighted combination of predictions


reichlab/adaptively-weighted-ensemble documentation built on May 27, 2019, 4:53 a.m.