Implement the following improvement to the feature selection modules: - [x] Allow to disable model optimization - [x] Use `include` models as a parameter instead of `exclude` - [x] Add `number_of_featues` internal flag instead of type checking against `int` - [x] Add `Parameters` for passed arguments to init`. - [x] Remove ml_bets specific code and only pass a `dataset` and `target` parameter - [ ] Document parameters - [x] name dataframe columns using `snake_case` conventions
Implement the following improvement to the feature selection modules:
includemodels as a parameter instead ofexcludenumber_of_featuesinternal flag instead of type checking againstintParametersfor passed arguments to init`.datasetandtargetparametersnake_caseconventions