-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Due to the definition of last_model being an Any:
last_model(mach) = isdefined(mach, :old_model) ? mach.old_model : nothingall of the operations in OPERATIONS cannot infer output type. This is okay for report, but for predict, the output type might be important for downstream operations, and so this can slow things down.
ablaom
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
priority low / involved