Fix: Intepretability example was broken
Created by: MorrisNein
Example examples/interpretable/pipeline_explain
used site function get_simple_pipeline
that was renamed and moved during refactoring.
Fixed the issue by importing the function from its new location.