evaluator
The model that is used to evaluate each additional feature. Choice between "lr" and "xgb".
metric
The metric used for evaluation, such as "mae", "mse", or "r2".
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 prevent division by zero.
max_number_of_features
The maximum number of features to consider.
siso_ranking_size
The size of the SISO ranking.
siso_order
The order of the SISO ranking.
reset
A boolean indicating whether to reset the model.
xgb_importance
The importance type for XGBoost.
num_resets
The number of resets for the model.
fold_random_state
The random state for folds.
verbose
The verbosity level for logging.
stratification
A boolean indicating whether to use stratification. Only applicable for c-index metric.
use_shap
A boolean indicating whether to use SHAP values.
collinearity_check
A boolean indicating whether to check for collinearity.
correlation_threshold
The threshold for correlation to consider features as collinear.