evaluator
The model that is used to evaluate each additional feature.
metric
A character string representing the evaluation metric.
xgb_params
A list of parameters for the XGBoost model.
number_of_folds
The number of folds for cross-validation.
epsilon
A small value to determine convergence.
max_number_of_features
The maximum number of features to select.
siso_ranking_size
The number of features to consider in the SISO ranking.
siso_order
The order of combinations to consider in SISO.
reset
A logical indicating whether to reset the weights.
num_resets
The number of resets allowed.
fold_random_state
The random state for reproducibility in cross-validation.
verbose
The verbosity level of the output.
fixed_variables
A character vector of variable names to be always included.
stratification
A logical indicating whether to use stratified sampling. Only applicable for c-index metric.
collinearity_check
A logical indicating whether to check for collinearity.
correlation_threshold
The threshold for correlation to consider features as collinear.