• Documentation
    • About ​ValidMind
    • Get Started
    • Guides
    • Support
    • Releases

    • ValidMind Library
    • Python API
    • Public REST API

    • Training Courses
  • Log In
  1. 2.8.17 Release notes
  • All releases

  • Current releases
  • Feature highlights
  • ValidMind Platform releases
  • ValidMind Library releases
  • Documentation updates

  • Breaking changes and deprecations

  • Release archive
  • 2025 Releases
    • April 24, 2025
    • March 7, 2025
    • January 31, 2025
  • 2024 Releases
    • December 24, 2024
    • December 6, 2024
    • October 22, 2024
    • September 25, 2024
    • September 9, 2024
    • August 13, 2024
    • July 22, 2024
    • June 10, 2024
    • May 22, 2024
    • March 27, 2024
    • February 14, 2024
    • January 26, 2024
    • January 18, 2024
  • 2023 Releases
    • December 13, 2023
    • November 9, 2023
    • October 25, 2023
    • September 27, 2023
    • August 15, 2023
    • July 24, 2023
    • June 22, 2023
    • May 30, 2023

On this page

  • Highlights
    • Expose log text interface for qualitative text sections
  • Documentation
    • New Jupyter notebook for validating an application scorecard model
  • Edit this page
  • Report an issue

2.8.17 Release notes

validmind-library
2.8.17
patch release
Published

April 3, 2025

This release includes an exposed log text interface for qualitative text sections and a new Jupyter notebook for validating an application scorecard model.

Highlights

Expose log text interface for qualitative text sections

You can now log free-form text content in the ValidMind Library to enhance your model documentation. This update introduces the log_text function, allowing you to easily integrate text data into your documentation.

Example usage:

file = open("model_limitations.md", "r")
model_limitations = file.read()
file.close()

vm.log_text(
    content_id="model_limitations",
    text=model_limitations
)

This function logs the data, making it accessible on the platform UI for various document types.

Another example:

readme = open("../README.md", "r").read()
vm.log_text(content_id="my_readme", text=readme)

The image shows a webpage titled ValidMind sample notebooks with a black header at the top displaying the text Test Block: my_notebook. Below the header, the main content is organized into sections with bold headings. The first section lists different types of sample notebooks: showcase, how-to, deep-dive, and share-your-own, each briefly described. The Getting started section explains how to use the ValidMind platform for model validation, providing links to the ValidMind Library and documentation. At the bottom, the Contributing code samples section invites users to contribute by sharing templates and includes a link to notebook templates. The page has a clean layout with black text on a white background, and links are highlighted in blue.

ValidMind sample notebooks overview

Documentation

New Jupyter notebook for validating an application scorecard model

Discover how to independently assess an application scorecard model with our new Jupyter notebook, Validate an application scorecard model. You can use ValidMind to evaluate a model's development through comprehensive testing and analysis, including benchmarking with challenger models.

This interactive notebook offers a step-by-step guide for:

  • Verifying the data quality steps performed by the model development team.
  • Independently replicating the champion model's results and conducting additional tests to assess performance, stability, and robustness.
  • Setting up test inputs and challenger models for comparative analysis.
  • Running validation tests, analyzing results, and logging findings to ValidMind.
  • ValidMind Logo
    ©
    Copyright 2026 ValidMind Inc.
    All Rights Reserved.
    Cookie preferences
    Legal
  • Get started
    • Development
    • Validation
    • Setup & admin
  • Guides
    • Access
    • Configuration
    • Integrations
    • Workflows
    • Inventory
    • Risk tiering
    • Documents & templates
    • Documentation
    • Validation
    • Reporting & auditing
    • Monitoring
    • Attestation
  • ValidMind Library
    • Quickstarts
    • Development tutorial
    • Validation tutorial
    • Run tests & test suites
    • Use library features
    • Code samples
    • Python API
    • Public REST API
  • Training
    • Learning paths
    • Courses
    • Videos
  • Support
    • Troubleshooting
    • FAQ
    • Get help
  • Edit this page
  • Report an issue
  • Community
    • GitHub
    • LinkedIn
    • Events
    • Blog