View source: R/train_val_split.R
train_val_split | R Documentation |
General framework for any user-defined training/validation/testing split of claims triangle data. The ADLP package contains three default splitting algorithms.
train_val_split(df, ...)
df |
Claims Triangle and other information. |
... |
Other parameters used to calculate train/test splitting. |
List containing $train
, $valid
, $test
, which should partition
the input df
.
train_val_split_by_AP, train_val_split_method1, train_val_split_method2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.