SimpleML icon indicating copy to clipboard operation
SimpleML copied to clipboard

Preconfigured vs Agnostic Persistables

Open eyadgaran opened this issue 3 years ago • 0 comments

Default assumption is that all persistables are fully preconfigured (all relevant state configurations passed on init) so that hashing and reproducibility are guaranteed (*).

Explicitly change that to have parallel classes for preconfiguration vs traditional persistables that get mutated in a declaritive manner during workflows (e.g. fit(new_dataset, *args, ...))

eyadgaran avatar Jul 24 '22 02:07 eyadgaran