LogoLogo
MarkovML HomeLogin to appSDK Docs
  • MarkovML Developer Hub
  • Guides
    • 🖥️Setup MarkovML SDK
      • Upgrading your SDK version
    • 📊Working with Datasets
      • Register Datasets
        • Register Access Credentials (Cloud Storage)
        • Register a Data Family
        • Register a Dataset
      • Read Datasets
        • List Datasets
        • Fetch Dataset
        • Download Dataset Segment
        • Get Dataset Preview
      • Compare Datasets
      • Data Quality
      • Data Family Operations
    • 📚Manage Models and Projects
      • Manage Projects
        • Create a Project
        • Access an existing Project
      • Track Experiments
        • Create Experiment Recorder
        • Add Records to an Experiment Recorder
        • Add Summary to an Experiment Recorder
        • Integrations
        • Examples
          • Image Classifier
      • Record Model Evaluations
        • Create an Evaluation Recorder
        • Add Evaluation Records
      • Complete Examples
        • Sentiment Classifier
        • MNIST Data Classifier
    • 📧Email Notification
  • Fundamentals
    • Datasets & Data Families
    • Projects
    • Models
    • Experiments
    • Model Evaluations
  • 📖CLI Docs
  • CHANGELOG
    • July 5, 2023
    • June 14, 2023
    • May 30, 2023
    • May 1, 2023
    • March 15 2023
    • March 2 2023
    • February 14 2023
    • January 12 2023
    • December 7 2022
    • November 17 2022
Powered by GitBook
On this page

Was this helpful?

  1. Guides

Manage Models and Projects

PreviousData Family OperationsNextManage Projects

Last updated 2 years ago

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:

  1. By recording a model training experiment. Tracking an experiment automatically creates and registers a Model with MarkovML. The guide covers experiment tracking.

  2. 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.

📚
Experiments
Evaluations
Project
Projects
Model
Track Experiments
record a model evaluation
Record Model Evaluations
MarkovML Projects help you organize the various Models, Experiments, and Evaluations you create.