ETIA.AFS.feature_selector
- class FeatureSelector(r_path: str)[source]
Bases:
objectFeature selection with the MXM R package.
- feature_selection(config, target_name, data_pd, dataset_name, train_idx_name=None, verbose=False)[source]
Runs the feature selection process based on the provided configuration.
- run_r_script(script_path: str, data_file_path: str, target_name: str, config: Dict[str, Any], output_file: str, train_idx_name: str | None = None, verbose: bool = False) DataFrame[source]
Runs the specified R script for feature selection.
- fbed(target_name: str, config: Dict[str, Any], data_file_path: str, output_file: str, train_idx_name: str | None = None, verbose: bool = False) DataFrame[source]
Runs the FBED feature selection algorithm.