| ml_ic_series_on_scores | R Documentation |
Wrapper around ic_series() that first filters scores to formation dates
using an internal filter that keeps rows where at least one score is finite.
ml_ic_series_on_scores(scores_dt, labels_dt, method = "spearman")
scores_dt |
Scores table (wide). |
labels_dt |
Labels table (wide). |
method |
Correlation method; |
A data frame/data.table with Date and IC values.
## Not run:
ic <- ml_ic_series_on_scores(res_xgb$scores, Y, method = "spearman")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.