Report from xgboost predictions
1 2 3 4 5 6 7 8 9 10 11 12 13 |
ticker |
ticker name |
target_name |
target name. See options in |
var_names |
predictors used to train xgboost model. Default is NULL, meaning all predictors from f_indicators will be selected. |
buy_cut |
cut off for when to buy based on predictions from xgboost. Should be between 0 and 1. |
sell_cut |
cut off for when to sell based on predictions from xgboost. Should be between 0 and 1. |
importance_plot |
logical. If TRUE, importance plot will be calculated. Default is FALSE. |
shap_plot |
logical. If TRUE, shap plot will be calculated. Default is FALSE |
top_n |
top n variables to show in importance plot. |
offline |
logical. If TRUE, data will be loaded from data folder |
c |
cutoff for accuracy. Should be between 0 and 1. Default is 0.5 |
from |
date when loading data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.