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
Copy file name to clipboardExpand all lines: content/patterns/mlops-fraud-detection/_index.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: MLOps Fraud Detection
3
3
date: 2023-11-12
4
4
validated: false
5
-
summary: This pattern demonstrates how Red Hat OpenShift AI and MLFlow can be used together to build an end-to-end MLOps platform. It demonstrates this using a credit card fraud detection use case.
5
+
summary: This pattern demonstrates how {rh-oai} and MLFlow can be used together to build an end-to-end MLOps platform. It demonstrates this using a credit card fraud detection use case.
Copy file name to clipboardExpand all lines: modules/edd-deploying-edd-pattern.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ A number of utilities have been built by the validated patterns team to lower th
30
30
. Fork the link:https://github.com/validatedpatterns/emerging-disease-detection[emerging-disease-detection] repo on GitHub. It is necessary to fork because your fork will be updated as part of the GitOps and DevOps processes.
@@ -83,7 +83,7 @@ When you edit the file you can make changes to the various DB and Grafana passwo
83
83
84
84
. Customize the `values-global.yaml` for your deployment
85
85
+
86
-
[,sh]
86
+
[source,terminal]
87
87
----
88
88
git checkout -b my-branch
89
89
vi values-global.yaml
@@ -108,7 +108,7 @@ main:
108
108
operatorChannel: gitops-1.9
109
109
----
110
110
111
-
[,sh]
111
+
[source,terminal]
112
112
----
113
113
git add values-global.yaml
114
114
git commit values-global.yaml
@@ -118,21 +118,21 @@ main:
118
118
. You can deploy the pattern using the link:/infrastructure/using-validated-pattern-operator/[validated pattern operator]. If you do use the operator then skip to Validating the Environment below.
119
119
. Preview the changes that will be made to the Helm charts.
120
120
+
121
-
[,sh]
121
+
[source,terminal]
122
122
----
123
123
./pattern.sh make show
124
124
----
125
125
126
126
. Login to your cluster using oc login or exporting the KUBECONFIG
127
127
+
128
-
[,sh]
128
+
[source,terminal]
129
129
----
130
130
oc login
131
131
----
132
132
+
133
133
.or set KUBECONFIG to the path to your `kubeconfig` file. For example
The following technologies are used in this solution:
33
33
34
-
https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it[Red Hat OpenShift Platform]::
34
+
link:https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it[Red Hat OpenShift Container Platform]::
35
35
An enterprise-ready Kubernetes container platform built for an open hybrid cloud strategy. It provides a consistent application platform to manage hybrid cloud, public cloud, and edge deployments. It delivers a complete application platform for both traditional and cloud-native applications, allowing them to run anywhere. OpenShift has a pre-configured, pre-installed, and self-updating monitoring stack that provides monitoring for core platform components. It also enables the use of external secret management systems, for example, HashiCorp Vault in this case, to securely add secrets into the OpenShift platform.
36
36
37
-
https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-ai[Red Hat OpenShift AI]::
37
+
link:https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-ai[Red Hat OpenShift AI]::
38
38
Red Hat® OpenShift® AI is an AI-focused portfolio that provides tools to train, tune, serve, monitor, and manage AI/ML experiments and models on Red Hat OpenShift. Bring data scientists, developers, and IT together on a unified platform to deliver AI-enabled applications faster.
39
39
40
40
https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it[Red Hat OpenShift GitOps]::
Copy file name to clipboardExpand all lines: modules/mfd-deploying-mfd-pattern.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ A number of utilities have been built by the validated patterns team to lower th
30
30
. Fork the link:https://github.com/validatedpatterns/mlops-fraud-detection[mlops-fraud-detection] repo on GitHub. It is necessary to fork because your fork will be updated as part of the GitOps and DevOps processes.
@@ -59,7 +59,7 @@ When you edit the file you can make changes to the various DB and Grafana passwo
59
59
60
60
. Customize the `values-global.yaml` for your deployment
61
61
+
62
-
[,sh]
62
+
[source,terminal]
63
63
----
64
64
git checkout -b my-branch
65
65
vi values-global.yaml
@@ -84,7 +84,7 @@ main:
84
84
operatorChannel: gitops-1.9
85
85
----
86
86
87
-
[,sh]
87
+
[source,terminal]
88
88
----
89
89
git add values-global.yaml
90
90
git commit values-global.yaml
@@ -94,21 +94,21 @@ main:
94
94
. You can deploy the pattern using the link:/infrastructure/using-validated-pattern-operator/[validated pattern operator]. If you do use the operator then skip to Validating the Environment below.
95
95
. Preview the changes that will be made to the Helm charts.
96
96
+
97
-
[,sh]
97
+
[source,terminal]
98
98
----
99
99
./pattern.sh make show
100
100
----
101
101
102
102
. Login to your cluster using oc login or exporting the KUBECONFIG
103
103
+
104
-
[,sh]
104
+
[source,terminal]
105
105
----
106
106
oc login
107
107
----
108
108
+
109
109
.or set KUBECONFIG to the path to your `kubeconfig` file. For example
0 commit comments