Manage Models and Projects
Last updated
Was this helpful?
Last updated
Was this helpful?
Models are a central aspect of any machine-learning application. With MarkovML, you can register your different models (organized into ) and track how they perform on a variety of data.
A MarkovML can be registered in one of two ways:
By recording a model training experiment. Tracking an experiment automatically creates and registers a Model with MarkovML. The guide covers experiment tracking.
By explicitly creating a model using the MarkovML SDK. This is useful when you want to without tracking an experiment first. See the guide for more details.
All Models in MarkovML and their related resources ( and ) belong to a . Projects help you keep the various resources for your ML applications organized.