EpistasisLab / EpistasisLab/tpot

List of score_func arguments for feature selection

Open
#1,198 6 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.