Import¶
The import capability allows us to update an existing object using objects of different types. For example, we can create a dataset that includes all the variables used in a registered model by importing the dataset from the registered model object. When importing, the dataset's independent variables and dependent variable will be updated based on the model's inputs and dependent.
Throughout the user manual, we refer to the object being updated as the target object and the object used as the basis for importing as the source object.
The platform currently supports three target object and source object combinations for importing:
-
Import dataset from model
-
Import model from dataset
-
Import model from experiment
To import, users can click on the import button on the target object's details page and select the source object type and source object to be used for importing.
Depending on the target object and source object combination, the platform may require different information upon importing. For more details, please refer to the relevant registering pages.
-
Import dataset from model: Register a Dataset
-
Import model from dataset: Register a Model
-
Import model from experiment: Register a Model
