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
  • Experiment Comparison
  • Experiment Improvements
  • SDK Updates

Was this helpful?

  1. CHANGELOG

June 14, 2023

PreviousJuly 5, 2023NextMay 30, 2023

Last updated 1 year ago

Was this helpful?

Experiment Comparison

Effortlessly analyze the performance, accuracy, and cost of training your machine learning model by comparing different experiments.

Experiment Improvements

Gain insights into the package requirements necessary to run an experiment.

Additionally, you now have the ability to create a virtualenv or a conda-env using these requirements.

virtualenv

$ markov experiment virtualenv -e <experiment_id>

conda

$ markov experiment conda-env -e <experiment_id>

SDK Updates

SDK has been updated to version 1.3.3

Major updates in the SDK include:

  • LightGBM integration: Track experiments created with lightgbm using markov.lightgbm.auto_record() .

Summary feature: Add a summary to your running or completed experiment, allowing for a quick overview and easier comparison of experiments. Find the instructions .

Please note that you will need to update your SDK. Please follow the instructions to update your SDK installation .

here
here