| evaluate_scores | R Documentation |
Evaluate scores vs labels (IC and hit-rate)
evaluate_scores(
scores,
labels,
top_frac = 0.2,
method = c("spearman", "pearson")
)
scores |
Wide score panel. |
labels |
Wide label panel aligned to scores. |
top_frac |
fraction in the top bucket for hit-rate. |
method |
|
data.table with Date, IC, hit_rate; ICIR on attr(result,"ICIR").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.