EpistasisLab / EpistasisLab/tpot

SelectFromModel

Open
#543 2 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Jupyter Notebook
Stars
10.1k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

I was trying to set multiple estimators in the selectFromModel.

```
'sklearn.feature_selection.SelectFromModel': {
'threshold': ['mean', 'median', '0.5*mean', '1.5*mean', '2*mean'],
'estimator': [ { 'sklearn model 1': { ... params .... } }, { 'sklearn model 2': { ... params .... } } ]
},
```

But TPOT complains that the estimator does not have a get_params() function.

Is it possible to have multiple estimators for the SeletFromModel option?

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.