Yanis Lalou
Results
2
comments of
Yanis Lalou
Not sure if it's linked or not, but I observed another kind of strange behaviour with class inheritance. Here's an example: ``` from sklearn.base import BaseEstimator from sklearn.utils import metadata_routing...
> ```python > class Base_1(BaseEstimator): > __metadata_request__split = {"groups": metadata_routing.UNUSED} > ``` > > > > > > > > > > > > here you're trying to remove groups...