EpistasisLab / EpistasisLab/tpot
List of score_func arguments for feature selection
Open
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Can I add a list for score_func, so that the optimal function is selected by tpot during the optimization?
```
'sklearn.feature_selection.SelectKBest': {
'k': range(3, 20),
'score_func': [
'sklearn.feature_selection.mutual_info_regression': None
, 'sklearn.feature_selection.f_regression': None]
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.