Documenting models
Use the library to generate model documentation, view the results and refine your documentation in the platform, and collaborate with your team to complete documentation and validation initiatives within the same interface.
How do I use the ValidMind Library?
A typical high-level workflow for model developers consists of four major steps:
1. Develop your model1
In your existing developer environment, build one or more candidate models that need to be validated. This step includes all the usual activities you already follow as a model developer.
1 No available model?
You can still run tests and log documentation with ValidMind as long as you’re able to load the model predictions.
2. Generate model documentation
With the ValidMind Library, generate automated model documentation and run validation tests. This step includes making use of the automation and testing functionality provided by the library and uploading the output to the platform. You can iteratively regenerate the documentation as you work though the next step of refining your documentation.
3. Refine model documentation
In the ValidMind Platform, review the generated documentation and test output. Iterate over the documentation and test output to refine your model documentation. Collaborate with other developers and model validators to finalize the model documentation and get it ready for review.
4. Submit for review
In the ValidMind Platform, you submit the model documentation for review which moves the documentation workflow moves to the next phase where a model validator will review it.
Before you can use the ValidMind Library, you need to verify that the current documentation template contains all the necessary tests for the model you are developing:
- The template might already be sufficient and you only need to run the template within the library to populate documentation.
- Or, more likely, the template might need additional tests that you can add these tests via the library.
How do I generate documentation?
This process of verifying the suitability of the the current documentation template and adding more tests to the template is an iterative process:
Build the template
When the documentation template requires more tests to be added, or if the documentation template does not include a specific content or test block you need:
- For functionality provided by the ValidMind Library — Add the relevant tests or content blocks for the model use case.
- For tests not provided by the library — Add your own external test provider.
Run the template
When you have registered all the required tests as content blocks in the documentation template, populate the necessary model documentation by adding this call to your model:
run_documentation_tests()
Typically, you initiate the process of putting ValidMind into production by constructing a template specific for your own use case and then refine your model documentation.