Skip to main content

ModelRepo

The ModelRepo is a grouping of models for iterative development. Since most if not all models are not perfect on the first try, we've created this interface to keep a group of models developed together in an iterative process together.

Attributes

id    ID of the ModelRepo

model_name   The name for the model repo

latest_config   The config of the latest model trained in the repo

latest_dataset     The dataset object that the latest model in the repo was trained on

latest_dataset_id     The ID of the dataset object that the latest model in the repo was trained on

author    The creator of the model repo

created Time of model repo creation

updated     Time of the last update to the model repo

parent_id   ID of the parent model repo. Applicable only if a repo was created via Model.fork.

root_id    ID of the model at the root of the repo.

Methods

ModelRepo.list_models

ModelRepo.draft_from_latest_version