Skip to content

Merge main into staging #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To review the workflow status of a model's documentation:

## Transition workflow statuses

::: {.callout-important title="Roles and action visbility"}
::: {.callout-important title="Roles and action visibility"}
Depending on the configuration of your workflows, you may or may not be able to move a model into another workflow state as actions can be gated to only users of certain roles.

When all the actions that can be performed by your role are completed for that model at that stage of the workflow, the Actions section will disappear from view.
Expand Down
Binary file modified site/notebooks.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions site/notebooks/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ValidMind Sample Notebooks

Our code samples, based on Jupyter notebooks, are designed to showcase the capabilities and features of the ValidMind Developer Framework and ValidMind Platform, while also providing you with useful examples that you can build on and adapt for your own use cases.
Our code samples, based on Jupyter notebooks, are designed to showcase the capabilities and features of the ValidMind Library and ValidMind Platform, while also providing you with useful examples that you can build on and adapt for your own use cases.

Sample notebooks are organized into the following folders:

Expand All @@ -11,11 +11,11 @@ Sample notebooks are organized into the following folders:
* `notebooks/archive` — Deprecrated notebooks, that have either been retired or replaced with newer content


## Getting started
## Getting started

If you are new to ValidMind, our platform enables organizations to identify, document, and manage model risks for all types of models, including AI/ML models, LLMs, and statistical models. As a model developer, you use the ValidMind Developer Framework to automate documentation and validation tests, and then use the ValidMind AI Risk Platform UI to collaborate on documentation projects. Together, these products simplify model risk management, facilitate compliance with regulations and institutional standards, and enhance collaboration between yourself and model validators.
If you are new to ValidMind, our platform enables organizations to identify, document, and manage model risks for all types of models, including AI/ML models, LLMs, and statistical models. As a model developer, you use the ValidMind Library to automate documentation and validation tests, and then use the ValidMind AI Risk Platform UI to collaborate on documentation projects. Together, these products simplify model risk management, facilitate compliance with regulations and institutional standards, and enhance collaboration between yourself and model validators.

If this is your first time trying out ValidMind, you can make use of the following resources alongside our sample notebooks:

- [Get started](https://docs.validmind.ai/get-started/get-started.html) — The basics, including key concepts, and how our products work
- [Get started with the ValidMind Developer Framework](https://docs.validmind.ai/developer/get-started-developer-framework.html) — The path for developers, more code samples, and our developer reference
- [Get started with the ValidMind Library](https://docs.validmind.ai/developer/get-started-developer-framework.html) — The path for developers, more code samples, and our developer reference
Loading