Save sklearn pipeline diagram

Viewed 313

I want to save a pipeline displayed with the set_config(display="diagram") command, see below:

diagram

Is there a better way to do it than by taking a screenshot?

1 Answers
Related