You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request introduces several enhancements to the documentation and code structure within Jupyter notebooks used for ongoing monitoring and model development tutorials. The key changes include:
Table of Contents (TOC) Enhancement: A comprehensive table of contents has been added to the quickstart_customer_churn_ongoing_monitoring.ipynb notebook. This TOC includes links to various sections such as 'About ValidMind', 'Install the client library', 'Initialize the client library', and more, providing a structured navigation experience.
Improved Markdown Formatting: The markdown cells have been updated to improve readability and consistency. This includes adding section anchors, improving the layout of instructions, and ensuring consistent use of headings and subheadings.
Code Consistency: Minor adjustments have been made to the code snippets to ensure consistency in style, such as spacing around assignment operators.
Removal of Empty Cells: An empty markdown cell was removed from the intro_for_model_developers.ipynb notebook, streamlining the document.
These changes aim to enhance the usability and clarity of the notebooks, making it easier for users to follow the instructions and understand the content.
Test Suggestions
Verify that the table of contents links navigate to the correct sections within the notebook.
Check that all markdown formatting changes render correctly in Jupyter Notebook.
Ensure that the code snippets execute without errors and produce the expected results.
Review the notebook for any remaining empty or unnecessary cells.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
internalNot to be externalized in the release notes
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Internal Notes for Reviewers