| ml_plot_ic_roll | R Documentation |
Computes the IC time series via ml_ic_series_on_scores() and plots the
rolling mean IC over a specified window. Returns the rolling statistics
invisibly for further inspection.
ml_plot_ic_roll(scores_dt, labels_dt, window = 26L, method = "spearman")
scores_dt |
Scores (wide). |
labels_dt |
Labels (wide). |
window |
Integer window length (default 26). |
method |
Correlation method; |
(Invisibly) a data frame with Date, roll_mean, roll_sd, roll_ICIR.
## Not run:
ris <- ml_plot_ic_roll(res_xgb$scores, Y, window = 8L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.