CARMA_Define_Args is to help manage carma code
CARMA_Define_Args(
TimeUnit = NULL,
TimeGroups = NULL,
HierarchGroups = NULL,
GroupVariables = NULL,
FC_Periods = NULL,
PartitionType = NULL,
TrainOnFull = NULL,
SplitRatios = NULL,
SD_Periods = 0L,
Skew_Periods = 0L,
Kurt_Periods = 0L,
Quantile_Periods = 0L
)
= TimeUnit
= TimeGroups
= HierarchGroups
= GroupVariables
= FC_Periods
= PartitionType
= TrainOnFull
= SplitRatios
= 0L turns it off, otherwise values must be greater than 1 such as c(2L,5L,6L,25L)
= 0L turns it off, otherwise values must be greater than 2 such as c(3L,5L,6L,25L)
= 0L turns it off, otherwise values must be greater than 3 such as c(4L,5L,6L,25L)
= 0L turns it off, otherwise values must be greater than 3 such as c(5L,6L,25L)
Other Carma Helper:
CARMA_Get_IndepentVariablesPass()
,
CARMA_GroupHierarchyCheck()
,
CarmaCatBoostKeepVarsGDL()
,
CarmaH2OKeepVarsGDL()
,
CarmaHoldoutMetrics()
,
CarmaXGBoostKeepVarsGDL()