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
  • Projects
  • Introducing Markov Projects
  • Models
  • Datasets
  • Preview Registered Datasets
  • Download Analysis Charts in CSV, or PNG format
  • Dataset Registration Improvements
  • Dataset Analysis
  • Skills Analysis
  • Miscellaneous
  • Other Enhancements

Was this helpful?

  1. CHANGELOG

January 12 2023

PreviousFebruary 14 2023NextDecember 7 2022

Last updated 2 years ago

Was this helpful?

Projects

Introducing Markov Projects

Introducing Markov Projects - a place where you can keep all your models, experiments and evaluations tracked in one place

  1. You will now be able to associate all your experiments, evaluations and models within a project.

  2. You can view your projects, and add new projects from the new tab in the sidebar.

Models

You can register your models with MarkovML now. Models are used to consolidate your experiments and evaluations (earlier called Model Recordings) so that you can view your model training result and analyse its performance in one place.

Datasets

Preview Registered Datasets

You can now see a preview of the registered dataset from the dataset details screen.

Download Analysis Charts in CSV, or PNG format

You can now download chart data from any chart within MarkovML. This helps users understand the data that is used to create the chart. It can be downloaded in CSV format, so further processing can be done by the users themselves.

Dataset Registration Improvements

During dataset registration, all drop downs (like credentials, features, targets, data-family) are searchable.

Dataset Analysis

Skills Analysis

For text based datasets, a new analysis is now supported that extracts normalized "skills" from the dataset. For example, from a resume dataset, the analyzer can extract hard skills like:

  • web-developer

  • python

and soft skills such as

  • hard-worker

Miscellaneous

  1. You can now use the MarkovML SDK to create email alerts. This can help you get notified over email when you like. From example, you can set your email alert after a long running model training process is complete.

Other Enhancements

Bug fixes and stability improvements

You can manage your projects and models from the MarkovML SDK. You can find the instructions to do so in our documentation .

The name Model Recordings has been renamed to Model Evaluations (or just Evaluations). This change can be found throughout the app, as well as in the docs. The methods in the SDK to create a model recording has been deprecated, and a new method to create an Evaluation has been added. You can find more about creating an evaluation .

here
here