automl / amltk

A build-it-yourself AutoML Framework
https://automl.github.io/amltk/
BSD 3-Clause "New" or "Revised" License
62 stars 4 forks source link

fix(pipeline): `request` now fails without default #284

Closed eddiebergman closed 4 months ago

eddiebergman commented 4 months ago

Previously when serialized to a new process, object ids would no longer match, causing the has_default check to succeed, even if not set.