Validator Fundamentals — Module 1 of 4
Click to start
“As a validator who is new to ValidMind, I want to learn how to connect to a champion model in the ValidMind Platform using the ValidMind Library installed in my local environment, preview the model’s validation report template, and review submitted documentation for the model.”
This first module is part of a four-part series:
Validator Fundamentals
First, let’s make sure you can log in to ValidMind.
Training is interactive — you explore ValidMind live. Try it!
→ , ↓ , SPACE , N — next slide ← , ↑ , P , H — previous slide ? — all keyboard shortcuts
To continue, you need to have been onboarded onto ValidMind Academy with the Validator role.
Be sure to return to this page afterwards.
Jupyter Notebook series
These notebooks walk you through how to validate a model using ValidMind, complete with supporting test results attached as evidence to your validation report.
Our series of four introductory notebooks for model validators include sample code and how-to information to get you started with ValidMind:
1 — Set up the ValidMind Library for validation
2 — Start the model validation process
3 — Developing a potential challenger model
4 — Finalize testing and reporting
In this first module, we’ll run through 1 — Set up the ValidMind Library for validation together.
Let’s start our journey with 1 — Set up the ValidMind Library for validation on the next page.
1 — Set up the ValidMind Library for validation
During this course, we’ll run through these notebooks together, and at the end of your learning journey you’ll have a fully supported sample validation report ready for review.
For now, scroll through this notebook to explore. When you are done, click to continue.
Welcome to the ValidMind Platform
From here, you can:
Can’t load the ValidMind Platform?
Make sure you’re logged in and have refreshed the page in a Chromium-based browser.
Welcome to the Inventory
Use the model inventory to track comprehensive details for all your models throughout the model lifecycle. The model inventory is customizable and extensible, with a layout that can be configured to suit your needs.
In a usual model lifecycle, a champion model will have been independently registered in your model inventory and submitted to you for validation.
For this training course, we’ll have you register a dummy model via the Register Model modal and assign yourself as the validator to familiarize you with the ValidMind Platform interface.
Let’s register a model together for use with validation on the next page.
Register a binary classification model
Binary classification
Attrition/Churn Management
Assign validator credentials
In order to log tests as a validator instead of as a developer, we’ll need to adjust your model stakeholder permissions:
ValidMind generates a unique code snippet for each registered model to connect with your validation environment:
Can’t load the ValidMind Platform?
Make sure you’re logged in and have refreshed the page in a Chromium-based web browser.
Install & initialize the ValidMind Library
With your code snippet copied to your clipboard:
When you’re done, return to this page and click to continue.
Preview the validation report template
You can preview your model’s validation report template right from the ValidMind Library:
When you’re done, return to this page and click to continue.
Verify the report template
Once you’ve called preview_template()
:
The Document Overview shows a section-by-section outline of your model’s documentation, as well as summaries of:
To locate your document overview for a model:
In the left sidebar, click Inventory.
Select a model or find your model by applying a filter or searching for it.
In the left sidebar that appears for your model, click Documentation.
Explore sample model documentation
In a usual model lifecycle, a champion model will have been submitted to you for validation with completed model documentation.
Here, review the empty sample model documentation for the model you registered earlier to familiarize you with what the structure of documentation could look like when presented to you for review:
The structure of the model documentation reflects the documentation template applied to the model, just like the validation report template.
When you’re done taking a look around the model documentation, click to continue.
Using ValidMind for model validation
In this first module, you learned how to:
Continue your model development journey with:
Running Data Quality Tests
ValidMind Academy | Home