Log Figures
Coming Soon!!
SuperAlign accepts matplotlib figures to be logged. These figures are converted to images before registering.
Logging inside the model decorator
Using log method, matplotlib figures are added to a model version:
When log
method is invoked inside the model decorator, the figures are added to the version of the model that is registered by the decorator.
Logging outside the model decorator
Logging can be done outside the model decorator in the following ways:
By default, log method adds the figure to the latest version of the model. It can be added to a particular version of a model by providing version parameter as the following: