-
Notifications
You must be signed in to change notification settings - Fork 4
Updated documentation for Metrics Over Time #633
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
Updated documentation for Metrics Over Time #633
Conversation
A PR preview is available: Preview URL |
PR SummaryThis pull request introduces several enhancements and bug fixes to the ValidMind project, focusing on documentation and monitoring capabilities. Key changes include:
These changes aim to enhance the usability and functionality of the ValidMind platform, providing users with more robust tools for model risk management and monitoring. Test Suggestions
|
PR SummaryThis pull request introduces several enhancements and bug fixes to the ValidMind project, focusing on documentation and monitoring capabilities. Key changes include:
Overall, these changes aim to enhance the usability and functionality of ValidMind, particularly in the areas of model monitoring and documentation. Test Suggestions
|
@juanmleng Can you review these docs-side and let me know if they look good in conjunction with the notebook edits and approve if so? 🙏🏻 (n.b. Updated notebook will not show up here until I merge in the changes from validmind/validmind-library#301) |
83a7efe
to
d33b9a9
Compare
A PR preview is available: Preview URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job Beck! Just left a small suggestion.
A PR preview is available: Preview URL |
A PR preview is available: Preview URL |
* Updated mathematical formula support for content blocks (#631) * README tweak * Edited math formula instructions * Updated documentation for Metrics Over Time (#633) * Pulling in current latest notebooks * Edits to Work with metrics over time * Test adding anywidget dependency * Yay it works * Adding Juan's suggestion * Pulling in latest updates to Log metics notebook * Edits to Export documentation for validation reports (#635) * Release notes to Sprint 66 (`25.01`) (#634) (#641) * Generate initial release notes * Initial edit pass * Add versioning callout * Edits & tweaks * Get latest library source * Edits * Fix borked links * Add toggle for demo notebook execution * Fix stray git command * Update site/releases/2025/2025-jan-31/release-notes.qmd * Update site/releases/2025/2025-jan-31/release-notes.qmd * Address review comment from Mehdi * Add tech deep dive blog link to December release notes * Address review comments * Address more review comments * Fix notebook link * Add animated GIF for risk assessment prompt * Fixing borked tech deep dive add * Moving Enhancements into the right section * Editing & cleanup * Add missing math editor release notes & .tr some buttons because .tc is too messy * Missing docs links * Oops, wrong link * last tweak i swear * Fix some more broken links * Grammar better --------- Co-authored-by: Nik Richers <nik@validmind.ai> Co-authored-by: Beck <164545837+validbeck@users.noreply.github.com> Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Beck <164545837+validbeck@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mehdi0501 <98982652+mehdi0501@users.noreply.github.com>
Internal Notes for Reviewers
Work with metrics over time
Part 2 of updating the docs for metric over time to include:
LIVE PREVIEW
After validmind/validmind-library#301 is merged, I will pull in the latest notebook updates before merging this PR.
Missing
anywidget
dependencyNewest update to the ValidMind Library broke the GitHub execution workflow, but I solved it by installing a dependency explicitly:
documentation/.github/actions/demo-notebook/action.yml
Line 25 in d33b9a9
All versions of the composite action/workflows have been updated to reflect this.