This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
ADR: Object Saving and Loading with DataFlows #1216
johnandersen777
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a follow on to 0004-Model-Saving-and-Loading. This document outlines our
plan to implement a generic saving and load mechanism for all
:py:class:
BaseConfigurable <dffml.base.BaseConfigurable>
objects.See the 2021-08-10 Weekly Sync Meeting recording for more details.
save and load of any object
save
Takes the object and (a dataflow or a location or an operation)
Point here is to allow user control over how their object gets saved.
If a location is given we use the existing model archive dataflow creation
If operation is given, execute single operation dataflow
Pass as inputs to the dataflow
plugin type (model)
which plugin (scikitlr)
the config (pass through :py:func:
export <dffml.util.data.export>
first).
Beta Was this translation helpful? Give feedback.
All reactions