Skip to content

Commit 4b58b5d

Browse files
author
Johanna Hemminger
committed
Add link to demo repo
1 parent cf345f3 commit 4b58b5d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/ml-kit-activities/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The **ML Kit** section of the [Toolbox](/refguide/view-menu/#toolbox) contains a
1212

1313
To get started with machine learning models, check out [Machine Learning Kit](/refguide/machine-learning-kit/) and [Using ML Kit](/refguide/machine-learning-kit/using-ml-kit/).
1414

15-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
15+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/ml-kit-activities/call-ml-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the **Call ML Model** [activity](/refguide/activities/) in a microflow to ca
1919

2020
To get started with machine learning models, check out [Using ML Kit](/refguide/machine-learning-kit/using-ml-kit/).
2121

22-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
22+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
2323

2424
## 2 Properties
2525

content/en/docs/refguide/modeling/integration/machine-learning-kit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: ["studio pro", "machine learning", "ml kit", "models", "integration"]
1212

1313
Studio Pro [9.23](/releasenotes/studio-pro/9.23/) and above supports a unique approach to machine learning (ML) model integration in Mendix apps. Collectively called the *Machine Learning (ML) Kit*, this functionality allows Mendix developers to deploy a machine learning model built using common ML framework and language into the Mendix Runtime.
1414

15-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
15+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
1616

1717
## 2 Under the Hood {#ml-kit-hood}
1818

content/en/docs/refguide/modeling/integration/machine-learning-kit/design-patterns/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Design patterns are implementation patterns for machine learning models. The doc
1515

1616
For detailed information on working with machine learning models in Studio Pro, see [Integrate Machine Learning Models](/refguide/machine-learning-kit/).
1717

18-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
18+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}

content/en/docs/refguide/modeling/integration/machine-learning-kit/design-patterns/advanced-inference-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This document explores four common advanced inference design patterns for machin
1919
* [Machine learning model as a service](#maas) patterns
2020
* [Batch inference](#batch-inference) patterns
2121

22-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
22+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
2323

2424
### 1.1 Ensembles {#ensembles}
2525

content/en/docs/refguide/modeling/integration/machine-learning-kit/design-patterns/pre-post-processor-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document explores four pre-processor and post-processor design patterns for
2121
* [ONNX operators](#onnx-operators)
2222
* [Hybrid activities](#complex-hybrid)
2323

24-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
24+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
2525

2626
### 1.1 Pre-processors and Post-processors as Microflow Activities {#microflow-activities}
2727

content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: ["studio pro", "machine learning", "ml kit", "models", "integration"]
1212

1313
Studio Pro [9.23](/releasenotes/studio-pro/9.23/) and above supports machine learning (ML) model integration in Mendix apps. Collectively called the *Machine Learning (ML) Kit*, this functionality allows Mendix developers to deploy an ML model built using common ML framework and language into the Mendix Runtime.
1414

15-
{{% alert color="info" %}}Check out the Jupyter notebook examples in our [ML Kit Demo Apps](https://github.com/mendix/mlkit-demo-apps/tree/main/notebooks) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
15+
{{% alert color="info" %}}Check out a demo app and Jupyter notebook examples in our [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository for further information on working with machine learning models in Mendix.{{% /alert %}}
1616

1717
## 2 Usage {#usage}
1818

0 commit comments

Comments
 (0)