You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`sklearn` ensemble estimators are valid sequences of estimators. Supporting `__getitem__` and `__iter__` is _hard_ with our current implementation, but `__len__` is easy and lets more of the sklearn compatiblity tests pass.
Fixes#6465.
Authors:
- Jim Crist-Harif (https://github.com/jcrist)
Approvers:
- Simon Adorf (https://github.com/csadorf)
URL: #6468
0 commit comments