How to log models
Learn how to log your models to Vectice.
Make sure to complete the prerequisites before getting started with logging models to Vectice.
The Vectice API enables you to log all models used during development to the Vectice app. To log your model's data and supporting artifacts, use the following Model
method to declare your model.
Once your model is declared, log the model's artifacts to vectice:
Example
Below is a full example showcasing the concepts mentioned above.
For an in-depth example, view the code example found in the Iterative Development guide.
Last updated