Skip to content

Commit 2ab7744

Browse files
authored
Merge 2534cfc into adc36b9
2 parents adc36b9 + 2534cfc commit 2ab7744

30 files changed

+243
-86
lines changed

site/about/contributing/style-guide/conventions.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ aliases:
311311
##### Hotlinked
312312

313313
```md
314-
{{{< video https://www.youtube.com/embed/rIR8Mql7eGs?si=vnZA_zP4tAjFjI4r title='ValidMind QuickStart' >}}}
314+
{{{< video https://www.youtube.com/embed/rIR8Mql7eGs?si=vnZA_zP4tAjFjI4r title='ValidMind Quickstart' >}}}
315315
```
316316

317317
##### Embedded

site/about/contributing/style-guide/voice-and-tone.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Address the reader directly by using the second person.
7979

8080
| Correct | Incorrect |
8181
|------|-----|
82-
| After completing this QuickStart, you will be able to view your test results as part of your model documentation right in the {{< var validmind.platform >}}. | After completing this QuickStart, the model developer will be able to view the test results as part of the model documentation right in the {{< var validmind.platform >}}. |
82+
| After completing this quickstart, you will be able to view your test results as part of your model documentation right in the {{< var validmind.platform >}}. | After completing this quickstart, the model developer will be able to view the test results as part of the model documentation right in the {{< var validmind.platform >}}. |
8383
: **2nd person** examples {.hover}
8484

8585
### Avoid stiff formality
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
template, documentation template
1+
documentation template
22
: Functions as a test suite and lays out the structure of model documentation, segmented into various sections and sub-sections. Documentation templates define the structure of your model documentation, specifying the tests that should be run, and how the results should be displayed.
33

4-
{{< var vm.product >}} templates come with pre-defined sections, similar to test placeholders, including boilerplates and spaces designated for documentation and test results. When rendered, produces a document that model developers can use for model validation.
4+
validation report template
5+
: Serves as a standardized framework for conducting and documenting model validation activities. It outlines the required sections, recommended analyses, and expected validation tests, ensuring consistency and completeness across validation reports. The template helps guide validators through a systematic review process while promoting comparability and traceability of validation outcomes.
6+
7+
{{< var vm.product >}} templates come with pre-defined sections, similar to test placeholders, including boilerplates and spaces designated for test results, evidence, or findings.

site/developer/samples-jupyter-notebooks.qmd

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,25 @@ Our Jupyter Notebook code samples showcase the capabilities and features of the
4040

4141
::::
4242

43-
## QuickStart for Customer Churn Model Documentation — Full Suite
43+
## Quickstarts
4444

45-
Learn how to use dataset and model documentation function on a simple customer churn model. The easiest way to try the QuickStart is on JupyterHub or Google Colaboratory:
45+
Learn how to develop or validate a simple customer churn model with {{< var vm.product >}}. The easiest way to try the quickstarts are on JupyterHub:
4646

4747
:::: {.flex .flex-wrap .justify-around}
4848

4949
::: {.w-50-ns}
5050

51-
JupyterHub
52-
: A a web-based platform when you can interact with Jupyter Notebook instances on a shared server. It is commonly used as a collaborative and interactive computing environment for data analysis, scientific research, and programming.
53-
5451
::: {.tc}
55-
[{{< fa code >}} Quickstart on JupyterHub]({{< var url.jupyterhub >}}/hub/user-redirect/lab/tree/quickstart/quickstart_model_documentation.ipynb){.button target="_blank"}
52+
[{{< fa code >}} Quickstart for model documentation]({{< var url.jupyterhub >}}/hub/user-redirect/lab/tree/quickstart/quickstart_model_documentation.ipynb){.button target="_blank"}
5653

5754
:::
5855

5956
:::
6057

6158
::: {.w-40-ns}
6259

63-
Google Colaboratory (Colab)
64-
: A free Jupyter Notebook environment that runs in the cloud. There, you can work with our Jupyter Notebooks by saving your own copy, write and execute code, share your work to collaborate with others in real-time.
65-
6660
::: {.tc}
67-
[{{< fa brands google >}} Quickstart on Colab](https://colab.research.google.com/drive/1NLtjCFUZV2I_ttGUkiAL9uwGZK_SGUlw?usp=share_link){.button target="_blank"}
61+
[{{< fa code >}} Quickstart for model validation]({{< var url.jupyterhub >}}/hub/user-redirect/lab/tree/quickstart/quickstart_model_validation.ipynb){.button target="_blank"}
6862

6963
:::
7064

site/developer/validmind-library.qmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ listing:
1818
contents:
1919
- ../notebooks/quickstart/quickstart_model_documentation.ipynb
2020
- ../notebooks/quickstart/quickstart_model_validation.ipynb
21-
# - path: https://youtu.be/rIR8Mql7eGs
22-
# title: "{{< fa brands youtube >}} {{< var vm.product >}} QuickStart"
23-
# description: "Watch the walkthrough on YouTube: `https://youtu.be/rIR8Mql7eGs`"
2421
- id: model-development
2522
type: grid
2623
grid-columns: 2

site/get-started/_sidebar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ website:
33
- id: get-started
44
title: "Get Started"
55
contents:
6-
- text: "Quickstart For"
6+
- text: "Quickstarts"
77
- text: "Model Development"
88
file: get-started/developer/quickstart-developer.qmd
99
- text: "Model Validation"

site/get-started/administrator/quickstart-administrator.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Quickstart — Setup & Administration [coming soon]{.smallercaps .pink}"
3+
subtitle: "10 minutes"
34
date: last-modified
4-
page-layout: full
55
---
66

77
Set up the foundational units for your organization within the {{< var validmind.platform >}}, prepare your organization for users, then grant access to your first user.
88

99
<!-- BECK'S OUTLINE / NOTES -->
1010

11-
<!-- {{< include /get-started/common-assets/_before-you-begin.qmd >}}
11+
<!-- {{< include /get-started/common-steps/_before-you-begin.qmd >}}
1212
1313
## Setting up your organization
1414

site/get-started/common-assets/_before-you-begin.qmd

Lines changed: 0 additions & 8 deletions
This file was deleted.

site/get-started/common-assets/_access-quickstart-notebook.qmd renamed to site/get-started/common-steps/_access-quickstart-notebook.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
You can either load the hosted version of our notebook, or download the notebook to run in your own local environment:
44

5-
#### Load the hosted notebook (recommended)
5+
#### Open the hosted notebook (recommended)
66

77
1. Sign in to [JupyterHub]({{< var url.jupyterhub >}}) with your {{< var vm.product >}} login.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
::: {.attn}
2+
3+
## {{< fa star-of-life >}} Before you begin
4+
5+
- [x] To try out {{< var vm.product >}}, you need to be a registered user on the {{< var validmind.platform >}}.^[[Register with {{< var vm.product >}}](/guide/configuration/register-with-validmind.qmd)]
6+
- [x] You'll also want to make sure that you're logged into the {{< var validmind.platform >}}.^[ [Log in to {{< var vm.product >}}](/guide/configuration/log-in-to-validmind.qmd)]
7+
8+
:::

site/get-started/common-assets/_download-notebooks.qmd renamed to site/get-started/common-steps/_download-notebooks.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#### Download the notebooks
2-
31
##### Option 1: Clone the GitHub repository
42

53
1. Open a terminal or command prompt.

site/get-started/common-assets/_get-your-code-snippet.qmd renamed to site/get-started/common-steps/_get-your-code-snippet.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Get your code snippet
22

3-
Before we move on, let's also retrieve the unique *code snippet* for your model that will enable you to connect your testing environment with the correct model in the {{< var validmind.platform >}}:
3+
Before we move on, let's also retrieve the unique *code snippet* for your model that enables you to connect your testing environment with the correct model in the {{< var validmind.platform >}}:
44

55
1. In the left sidebar that appears for your model, click **{{< fa rocket >}} Getting Started**.
66

site/get-started/common-assets/_run-quickstart-notebook.qmd renamed to site/get-started/common-steps/_run-quickstart-notebook.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
To initialize the {{< var validmind.developer >}} which connects your environment to the correct model in the {{< var validmind.platform >}}, you'll need your unique code snippet!^[[Get your code snippet](#get-your-code-snippet)]
66
:::
77

8-
1. Follow the instructions to run the first two code cells in the notebook,[^longnote] which will set the stage by installing and initializing {{< var vm.product >}}.^[[Install and initialize the {{< var validmind.developer >}}](/developer/model-documentation/install-and-initialize-validmind-library.qmd)]
8+
1. Follow the instructions to run the first two code cells in the notebook,[^longnote] which sets the stage by installing and initializing {{< var vm.product >}}.^[[Install and initialize the {{< var validmind.developer >}}](/developer/model-documentation/install-and-initialize-validmind-library.qmd)]
99

1010
1. Under the cell at bottom of the **Get your code snippet** section, confirm that you see a success message verifying that you've connected to the right model.
1111

12-
This message verifies that the {{< var vm.developer >}} works as expected as is connected to the correct model within the {{< var vm.platform >}}.
12+
This message verifies that the {{< var vm.developer >}} works as expected as is connected to the correct model and document type within the {{< var vm.platform >}}.
1313

1414
[^longnote]:
1515

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart — Model Development"
3+
subtitle: "15 minutes"
34
date: last-modified
4-
page-layout: full
55
listing:
66
- id: whats-next
77
type: grid
@@ -23,51 +23,56 @@ aliases:
2323

2424
Register your first model, use the {{< var validmind.developer >}} to run tests and document a model, then review your generated model documentation within the {{< var validmind.platform >}}.
2525

26-
{{< include /get-started/common-assets/_before-you-begin.qmd >}}
26+
{{< include /get-started/common-steps/_before-you-begin.qmd >}}
2727

2828
## Register your first model
2929

3030
The first step to using {{< var vm.product >}} to develop models is to register them in your model inventory:
3131

32-
{{< include /get-started/common-assets/_register-your-first-model.qmd >}}
32+
{{< include /get-started/common-steps/_register-your-first-model.qmd >}}
3333

3434
::: {.column-margin}
3535
![Registration modal with the options filled out for the model development quickstart](developer-new-model.png){width=90% fig-alt="A screenshot showing the registration modal with the options filled out for the model development quickstart" .screenshot}
3636
:::
3737

38-
{{< include /get-started/common-assets/_get-your-code-snippet.qmd >}}
38+
{{< include /get-started/common-steps/_get-your-code-snippet.qmd >}}
3939

4040
::: {.column-margin}
4141
![{{< fa rocket >}} Getting Started page with a sample code snippet](developer-code-snippet.png){width=90% fig-alt="A screenshot showing the Getting Started page with a sample code snippet" .screenshot}
4242
:::
4343

4444
## Using the {{< var validmind.developer >}}
4545

46-
Next, let's set up the {{< var validmind.developer >}} in your developer environment of choice so we can use it to run and log tests, which will help automate the documentation of your models.
46+
Next, let's set up the {{< var validmind.developer >}} in your development environment of choice so we can use it to run and log tests, which helps automate the documentation of your models.
4747

48-
Our companion notebook, **Quickstart for model documentation,**[^3] will walk you through the steps of installing the {{< var vm.developer >}} in your environment, initializing the {{< var vm.developer >}} for use, and running a full suite of documentation tests that will log the results to the {{< var validmind.platform >}}.
48+
Our companion notebook, **Quickstart for model documentation,**[^1] walks you through the steps of installing the {{< var vm.developer >}} in your environment, initializing the {{< var vm.developer >}} for use, and running a full suite of documentation tests that logs results to the {{< var validmind.platform >}}.
4949

50-
{{< include /get-started/common-assets/_access-quickstart-notebook.qmd >}}
50+
{{< include /get-started/common-steps/_access-quickstart-notebook.qmd >}}
5151

52-
<!-- NOT LIVE ON JUPYTERHUB YET, HASN'T BEEN UPDATED -->
5352
1. Open [Quickstart for model documentation]({{< var url.jupyterhub >}}/hub/user-redirect/lab/tree/quickstart/quickstart_model_documentation.ipynb) and [run the quickstart notebook](#run-the-quickstart-notebook).
5453

55-
{{< include /get-started/common-assets/_download-notebooks.qmd >}}
54+
#### Download the notebooks
5655

57-
1. After the cloning process is complete, open `notebooks/quickstart/quickstart_model_documentation.ipynb` in your developer environment and [run the quickstart notebook](#run-the-quickstart-notebook).
56+
::: {.panel-tabset}
5857

59-
{{< include /get-started/common-assets/_download-code-samples.qmd >}}
58+
{{< include /get-started/common-steps/_download-notebooks.qmd >}}
6059

61-
1. Open `notebooks/quickstart/quickstart_model_documentation.ipynb` in your developer environment and [run the quickstart notebook](#run-the-quickstart-notebook).
60+
1. After the cloning process is complete, open `notebooks/quickstart/quickstart_model_documentation.ipynb` in your development environment and [run the quickstart notebook](#run-the-quickstart-notebook).
6261

63-
{{< include /get-started/common-assets/_run-quickstart-notebook.qmd >}}
62+
{{< include /get-started/common-steps/_download-code-samples.qmd >}}
63+
64+
1. Open `notebooks/quickstart/quickstart_model_documentation.ipynb` in your development environment and [run the quickstart notebook](#run-the-quickstart-notebook).
65+
66+
:::
67+
68+
{{< include /get-started/common-steps/_run-quickstart-notebook.qmd >}}
6469

6570
::: {.column-margin}
6671
**Example success message:**
6772

6873
```bash
69-
2024-10-08 22:06:42,610 - INFO(validmind.api_client): 🎉 Connected to {{< var vm.product >}}!
70-
📊 Model: [ValidMind] Model development quickstart (ID: cmalgf3qi02ce199qm3rdkl46)
74+
2025-06-10 22:06:42,610 - INFO(validmind.api_client): 🎉 Connected to {{< var vm.product >}}!
75+
📊 Model: [ValidMind] Model development quickstart (ID: cmbpnxrv6012o0g9w5049nsct)
7176
📁 Document Type: model_documentation
7277
```
7378
:::
@@ -80,34 +85,38 @@ After you successfully run the notebook, return to the {{< var validmind.platfor
8085

8186
1. In the left sidebar, click **{{< fa cubes >}} Inventory**.
8287

83-
2. Locate or search for the model you registered for this quickstart and click on it to select it.[^4]
88+
2. Locate or search for the model you registered for this quickstart and click on it to select it.[^2]
8489

85-
3. In the left sidebar that appears for the model, click **{{< fa book-open >}} Documentation**.
90+
3. In the left sidebar that appears for the model, click **{{< fa book-open >}} Documentation**:
8691

87-
- Your model's documentation is broken down into sections, defined by your documentation templates.[^5]
88-
- Each section can be assigned a completion status,[^6] allowing you to track the progress of your documentation.
92+
- Your model's documentation is broken down into sections, defined by your documentation templates.[^3]
93+
- Each section can be assigned a completion status,[^4] allowing you to track the progress of your documentation.
8994

9095
4. Click on any section of the documentation to review the test results and drafts of test result summaries generated by the {{< var validmind.developer >}}.
9196

92-
In any subsection, expand the **{{< var vm.product >}} Insights™** panel to view the Documentation Guidelines[^7] that tell you more about what these sections mean and help you with the task of documenting the model as a developer.
97+
In any subsection, expand the **{{< var vm.product >}} Insights™** panel to view the Documentation Guidelines[^5] that tell you more about what these sections mean and help you with the task of documenting the model as a developer.
98+
99+
5. Refine your model documentation by:
100+
101+
- Adding or editing content blocks[^6]
102+
- Adding additional test results after you've logged them[^7]
93103

94104
:::: {.flex .flex-wrap .justify-around}
95105

96106
::: {.w-40-ns .tc}
97107

98-
![Example model details page with documentation outline](developer-model-details.png){width=90% fig-alt="A screenshot showing an example model details page with documentation outline" .screenshot group="documentation"}
108+
![Example model details page with documentation outline](developer-model-details.png){fig-alt="A screenshot showing an example model details page with documentation outline" .screenshot group="documentation"}
99109

100110
:::
101111

102112
::: {.w-40-ns .tc}
103113

104-
![Populated model documentation section with the **{{< var vm.product >}} Insights™** panel open](validmind-insights.png){width=90% fig-alt="A screenshot showing populated model documentation section with the ValidMind Insights™ panel open" .screenshot group="documentation"}
114+
![Populated model documentation section with the **{{< var vm.product >}} Insights™** panel open](validmind-insights.png){fig-alt="A screenshot showing populated model documentation section with the ValidMind Insights™ panel open" .screenshot group="documentation"}
105115

106116
:::
107117

108118
::::
109119

110-
111120
## What's next
112121

113122
Now that you've grasped the basics of using {{< var vm.product >}} for model development, continue on your journey with our end-to-end training course for developers and browse through our resource hub for the {{< var validmind.developer >}}:
@@ -118,16 +127,16 @@ Now that you've grasped the basics of using {{< var vm.product >}} for model dev
118127

119128
<!-- FOOTNOTES -->
120129

121-
[^1]: [Register with {{< var vm.product >}}](/guide/configuration/register-with-validmind.qmd)
130+
[^1]: [Quickstart for model documentation](/notebooks/quickstart/quickstart_model_documentation.ipynb)
122131

123-
[^2]: [Log in to {{< var vm.product >}}](/guide/configuration/log-in-to-validmind.qmd)
132+
[^2]: [Working with the model inventory](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models)
124133

125-
[^3]: [Quickstart for model documentation](/notebooks/quickstart/quickstart_model_documentation.ipynb)
134+
[^3]: [Working with documentation templates](/guide/templates/working-with-documentation-templates.qmd)
126135

127-
[^4]: [Working with the model inventory](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models)
136+
[^4]: [Assign documentation section statuses](/guide/model-documentation/assign-documentation-section-statuses.qmd)
128137

129-
[^5]: [Working with documentation templates](/guide/templates/working-with-documentation-templates.qmd)
138+
[^5]: [View documentation guidelines](/guide/model-documentation/view-documentation-guidelines.qmd)
130139

131-
[^6]: [Assign documentation section statuses](/guide/model-documentation/assign-documentation-section-statuses.qmd)
140+
[^6]: [Work with content blocks](/guide/model-documentation/work-with-content-blocks.qmd)
132141

133-
[^7]: [View documentation guidelines](/guide/model-documentation/view-documentation-guidelines.qmd)
142+
[^7]: [Work with test results](/guide/model-documentation/work-with-test-results.qmd)
Loading
Loading
Loading

0 commit comments

Comments
 (0)