Closed achieveordie closed 5 months ago
Hm, so that's a sklearn pipeline inside an sktime pipeline, right?
FYI @RNKuhns if you are still watching this - as you wrote the visual blocks interface.
resolved by https://github.com/sktime/skbase/pull/310
Describe the bug
I was experimenting with combining
sklearn
andsktime
Pipeline
objects where I nested asklearn
Pipeline
inside asktime Pipeline
. If I try to visualize the final compose estimator to the iPython console, I get hit with the anAttributeError
.To Reproduce
In a Jupyter code block:
Output
Expected behavior
If such a compose estimator has no good representation, I'd expect it to simply print the signature rather than throwing an error when it fails to provide the visual representation.
Environment
Additional context