Description Usage Arguments Value
split data for preprocessing and modeling
1 2 3 4 5 6 7 | split_data(
data,
use_case = "team_games",
tg_seas_type = "Regular Season",
tg_mod_splits = sort(c(1, 5, 11, 23)),
tg_testtrain_split_prop = 0.8
)
|
data |
data.frame |
use_case |
chr |
tg_seas_type |
chr |
tg_mod_splits |
num |
tg_testtrain_split_prop |
num |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.