poniard icon indicating copy to clipboard operation
poniard copied to clipboard

Build pipelines in `setup()` instead of `fit()`

Open rxavier opened this issue 3 years ago • 0 comments

Right now preprocessor + estimator pipelines are built during fit. This has two downsides

  • Can't be previewed without fitting
  • Make the whole "check if fitted ID exists to decide if fitting is necessary" a bit hacky

rxavier avatar Jul 28 '22 17:07 rxavier