Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 456 Bytes

File metadata and controls

13 lines (8 loc) · 456 Bytes

ModelFiles

The serialized data of a machine learning model. This can include the model's parameters, architecture, and any other relevant information needed to reconstruct the model. Must be a base64-encoded string of a dill-serialized model function.

Type

DillModelFiles

[Back to Model list] [Back to API list] [Back to README]