ValidMind for model development
Learn how to use ValidMind for your end-to-end model documentation process based on common model development scenarios with our series of four introductory notebooks.
EU AI Act Compliance — Read our original regulation brief on how the EU AI Act aims to balance innovation with safety and accountability, setting standards for responsible AI use
Unified version 25.03.05
April 24, 2025
We’ve released the ability to manage model stakeholder types within the ValidMind Platform, support for custom configuration of test-driven blocks via the ValidMind Library, an updated Python API reference within our documentation, and more.
25.03.05
Our documentation now follows the new unified versioning scheme for our software as of our 25.01
release on January 31, 2025.
We’ve revamped our old Introduction for model developers notebook into a series of four introductory notebooks — ValidMind for model development:
These new notebooks break down using ValidMind for your end-to-end model documentation process based on common model development scenarios:
We’ve introduced the ability to define custom model stakeholder types, allowing you to control granular permissions on each model in your inventory:
Model stakeholders are now also available as a field defined in conditional arguments within model workflow steps.4
We’ve completely redesigned our ValidMind Library Python API reference using the same tools we use to produce the rest of our product documentation, allowing us to more easily keep this information up to date and ensure its accuracy.
You can now customize the display of test results when inserted as test-driven blocks in the ValidMind Platform when logging results via the ValidMind Library with result.log()
.
You can now toggle the display of the following attributes:
hideTitle
: TitlehideText
: DescriptionhideParams
: ParametershideTables
: TableshideFigures
: FiguresPreviously, users experienced non-optimal behavior with the table of contents sidebar for their model’s Documentation pages,6 such as being unable to scroll to reveal additional headings when the sections of the Document Outline exceeded the length of the visible page, and navigation that auto-collapsed counterintuitively.
Now, users can scroll to reveal previously hidden table of contents headings via a fixed navigation sidebar.
Previously, when test results logged to the ValidMind Platform contained more than 20 pages of data in a table, the previous and next buttons did not render correctly for pagination when added as test-driven blocks7 into documentation.
Now, test results logged and inserted as test-driven blocks into the documentation display pagination navigation buttons correctly regardless of the size of the data table.
To access the latest version of the ValidMind Platform,8 hard refresh your browser tab:
Ctrl
+ Shift
+ R
OR Ctrl
+ F5
⌘ Cmd
+ Shift
+ R
OR hold down ⌘ Cmd
and click the Reload
buttonTo upgrade the ValidMind Library:9
In your Jupyter Notebook:
Then within a code cell or your terminal, run:
You may need to restart your kernel after running the upgrade package for changes to be applied.