Back to Scikit Learn

33362.Fix

doc/whats_new/upcoming_changes/sklearn.pipeline/33362.fix.rst

1.8.0248 B
Original Source
  • :class:pipeline.Pipeline now raises an AttributeError when accessing attributes that are not available on an empty pipeline. It's therefore possible to call dir on an empty pipeline. By :user:Jérémie du Boisberranger <jeremiedbb>.