- spl_train_X
A list of splined training dataset where all numerical features are splined
into `spline_num` columns. The number of element in list equals `k` the number of fold.
- orig_train_X
A list of original training dataset where the numerical features remains the
original format. The number of element in list equals `k` the number of fold.
- train_y
A list of vectors representing target variable for training dataset. The number of
element in list equals `k` the number of fold.
- spl_validation_X
A list of splined validation dataset where all numerical features are splined
into `spline_num` columns. The number of element in list equals `k` the number of fold.
It could be None, when `validation_rate == 0`
- orig_validation_X
A list of original validation dataset where the numerical features remains the
original format. The number of element in list equals `k` the number of fold.
It could be None, when `validation_rate == 0`
- validation_y
A list of vectors representing target variable for validation dataset. The number of
element in list equals `k` the number of fold. It could be None, when `validation_rate == 0`
- spl_test_X
A list of splined testing dataset where all numerical features are splined
into `spline_num` columns. The number of element in list equals `k` the number of fold.
- orig_test_X
A list of original testing dataset where the numerical features remains the
original format. The number of element in list equals `k` the number of fold.
- test_y
A list of vectors representing target variable for testing dataset. The number of
element in list equals `k` the number of fold.
- lasso_group
A vector of consecutive integers describing the grouping of the coefficients