Large datasets consumes excessive amounts of memory when fitting ensemble pipelines
Open
performance
- Dominant language
- Python
- Stars
- 850
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
When running nyc_taxi.csv dataset through AutoML search (which has ~1.5M rows and 19 columns), it uses up more than 30 GB of memory when fitting an ensembling pipeline. This excessive memory consumption causes AutoML search to crash, which prevents performance test runs from properly finishing.
This issue tracks finding the root cause of this memory consumption and potential fixes to mitigate this.

Contributor guide
Assessment
This issue has not been assessed yet.