EpistasisLab / EpistasisLab/tpot
Is it possible to somehow add stackingclassifier to the algorithm?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I tried to do Stackingclassifier and I got an error:
"TypeError: stat: path should be string, bytes, os.PathLike or integer, not StackingClassifier"
Is there are work around it? My config dict looked like this:
models = [
('rf', RandomForestClassifier()),
('et', ExtraTreesClassifier())
]
config_dict = StackingClassifier(estimators=estimators, final_estimator=LogisticRegression())
Is there any way to implement this in to TPOT?
any help would be appreciated. :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.