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, ...)List containing $train, $valid, $test, which should partition
the input df.
Claims Triangle and other information. data.frame format of
claims and related information for each cell. Dataframe will have columns
origin and dev as columns 1 and 2 respectively.
Other parameters used to calculate train/test splitting.
train_val_split_by_AP, train_val_split_method1, train_val_split_method2