factory
Factory to create artifacts from models.
ArtifactFactory
Source code in mlte/artifact/factory.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |
from_model(artifact_model)
staticmethod
Returns a proper artifact from the given model.
Source code in mlte/artifact/factory.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |