f_sfa: Single feature analysis

Description Usage Arguments

View source: R/f_sfa.R

Description

Single feature analysis

Usage

1
2
3
4
5
6
7
8
f_sfa(
  ticker,
  from_date = "2016-01-01",
  offline = FALSE,
  target_name,
  var_names = NULL,
  b
)

Arguments

ticker

ticker name passed as string

from_date

load data since from_date. Default is 2016-01-01.

offline

logical. If TRUE, data will be loaded from data folder.

target_name

target_name

var_names

variables to loop through xgboost model. Default is NULL which means all variables from f_indicators will be used.

b

number of bootstrap iterations


kristian-bak/kb.modelling documentation built on Dec. 21, 2021, 7:46 a.m.