Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
82868be
Update copyright wording to align with style guide
validbeck Jan 15, 2026
3ba02c8
Updating copyright message
validbeck Jan 15, 2026
34fa60d
Adding notebook copyright template
validbeck Jan 15, 2026
c2bdb44
Updating copyright year
validbeck Jan 15, 2026
78cce93
Updating Python copyright
validbeck Jan 15, 2026
cb6b598
notebooks/templates
validbeck Jan 15, 2026
20f5e71
notebooks/tutorials/model_development
validbeck Jan 15, 2026
68e0b31
notebooks/tutorials/model_validation
validbeck Jan 15, 2026
c41dd42
notebooks/quickstart
validbeck Jan 15, 2026
152f1fb
notebooks/how_to/run_tests
validbeck Jan 15, 2026
55bbb1c
notebooks/how_to/
validbeck Jan 15, 2026
e1d0cf5
notebooks/code_sharing/clustering
validbeck Jan 15, 2026
f766a8e
notebooks/code_sharing/credit_risk
validbeck Jan 15, 2026
3a31cf2
notebooks/code_sharing/embeddings
validbeck Jan 15, 2026
d2d71f5
notebooks/code_sharing/insurance_mortality
validbeck Jan 15, 2026
6ed8139
notebooks/code_sharing/llm
validbeck Jan 15, 2026
61516e5
notebooks/code_sharing/market_basket_analysis
validbeck Jan 15, 2026
efce019
notebooks/code_sharing/operational_deposit
validbeck Jan 15, 2026
3073a1c
notebooks/code_sharing/output_templates
validbeck Jan 15, 2026
6187cb8
notebooks/code_sharing/regression
validbeck Jan 15, 2026
7f2d1f9
notebooks/code_sharing/
validbeck Jan 15, 2026
dee8dd7
notebooks/code_samples/agents
validbeck Jan 15, 2026
5cacf1e
notebooks/code_samples/capital_markets
validbeck Jan 15, 2026
ea88c82
notebooks/code_samples/code_explainer
validbeck Jan 15, 2026
f34b698
notebooks/code_samples/credit_risk
validbeck Jan 15, 2026
cbf6584
notebooks/code_samples/custom_tests
validbeck Jan 15, 2026
e3f7f84
notebooks/code_samples/model_validation
validbeck Jan 15, 2026
a5d2812
notebooks/code_samples/nlp_and_llm
validbeck Jan 15, 2026
e8e2a4b
notebooks/code_samples/ongoing_monitoring
validbeck Jan 15, 2026
4e09949
notebooks/code_samples/regression
validbeck Jan 15, 2026
c014166
notebooks/code_samples/time_series
validbeck Jan 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ poetry run python scripts/add_test_description.py review validmind/tests/ongoing

## Adding a copyright header

When adding new files to the project, you can add the ValidMind copyright header to any files that
When adding new Python files to the project, you can add the ValidMind copyright header to any files that
are missing it by running:

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,19 @@
"\n",
"Your banking AI agent is now ready to handle real-world banking scenarios while maintaining regulatory compliance and risk management best practices!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,20 @@
"\n",
"Or, visit our [documentation](https://docs.validmind.ai/) to learn more about ValidMind."
]
},
{
"cell_type": "markdown",
"id": "adb15089",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,20 @@
"\n",
"Or, visit our [documentation](https://docs.validmind.ai/) to learn more about ValidMind."
]
},
{
"cell_type": "markdown",
"id": "cab6911c",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,19 @@
" content_id=\"issues_and_improvements_log\"\n",
")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
13 changes: 13 additions & 0 deletions notebooks/code_samples/custom_tests/implement_custom_tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
13 changes: 13 additions & 0 deletions notebooks/code_samples/nlp_and_llm/llm_summarization_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
13 changes: 13 additions & 0 deletions notebooks/code_samples/nlp_and_llm/prompt_validation_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
13 changes: 13 additions & 0 deletions notebooks/code_samples/nlp_and_llm/rag_benchmark_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,19 @@
"source": [
"You may need to restart your kernel after running the upgrade package for changes to be applied."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<small>\n",
"\n",
"***\n",
"\n",
"Copyright © 2023-2026 ValidMind Inc. All rights reserved.<br>\n",
"Refer to the [LICENSE file in the root of the GitHub `validmind-library` repository](https://github.com/validmind/validmind-library/blob/main/LICENSE) for details.<br>\n",
"SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial</small>"
]
}
],
"metadata": {
Expand Down
Loading
Loading