Ensemble not using custom CV
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
Hi,
It appears that the ensemble code does not use CV when provided to automl settings. In my case, my data requires a custom CV:
```
"eval_method": "cv",
"split_type": cv,
```
When I ensemble with FLAML, the results are worse because it's not passing the cv iterator. Thanks for your consideration.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.