Objective:
Allow users to register custom models for reuse in later experiments. Right now, if a user wants to use a custom model, they either have to include it in a script every time, or directly edit the pyclm source code.
Implementation options:
- Register .py files to be imported every time?
- .pkl pattern model classes to be loaded as needed?
Objective:
Allow users to register custom models for reuse in later experiments. Right now, if a user wants to use a custom model, they either have to include it in a script every time, or directly edit the pyclm source code.
Implementation options: