Description Usage Arguments Details
View source: R/macro_helpers_aggregation.R
Calculates the local logscores given a weight data frame and a data frame of atomic predictions.
1 | RAL_calculator(weight_df, atomic_df, pratig = FALSE)
|
weight_df |
Data frame containing relevance adjusted weights. Generated by a relevance function (caliper relevance or mahalanobis atm). |
atomic_df |
Data frame with atomic predictions from any number of models. |
pratig |
Use TRUE to run the function in a debuggy mode where a bunch of extra information is returned and printed. |
Starts with a weight data frame on the form
t | t2 | similar |
730 | 729 | 1 |
730 | 728 | 0 |
730 | 727 | 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.