Skip to content

Commit 1d16c40

Browse files
committed
fixed url
1 parent be81852 commit 1d16c40

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

modules/mfd-using-mfd-pattern.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ After the project has been created, create a workbench where we can run Jupyter.
5555
* *Environment Variable*: Add a new one that's a _Config Map -> Key/value_ and enter
5656
** *Get value by running*: `oc get service mlflow-server -n mlops -o go-template --template='http://{{.metadata.name}}.{{.metadata.namespace}}.svc.cluster.local:8080{{println}}'`
5757
** *Key*: `MLFLOW_ROUTE`
58-
** *Value*: `http://<route-to-mlflow>:<port>`, replacing <route-to-mlflow> and <port> with the route and port that we found in step one. In this case it is `http://mlflow-server.mlflow.svc.cluster.local:8080`.
58+
** *Value*: `http://<route-to-mlflow>:<port>`, replacing <route-to-mlflow> and <port> with the route and port that we found in step one. In this case it is
59+
[,url]
60+
----
61+
http://mlflow-server.mlflow.svc.cluster.local:8080
62+
----
5963
* *Cluster Storage*: Create new persistent storage - Call it "Credit Fraud Storage" and set the size to 20GB.
6064

6165
//figure 4
@@ -66,8 +70,11 @@ Open the workbench and login if needed.
6670
== Train the model
6771

6872
When inside the workbench (Jupyter), we are going to clone a GitHub repository which contains everything we need to train (and run) our model.
69-
You can clone the GitHub repository by pressing the GitHub button in the left side menu (see image), then select "Clone a Repository" and enter this GitHub URL: https://github.com/arslankhanali/credit-fraud-detection-demo
70-
73+
You can clone the GitHub repository by pressing the GitHub button in the left side menu (see image), then select "Clone a Repository" and enter this GitHub URL:
74+
[,url]
75+
----
76+
https://github.com/arslankhanali/credit-fraud-detection-demo
77+
----
7178
//figure 5
7279
.Open the model folder
7380
image::mlops-fraud-detection/mfd-open-model-folder.png[link="/images/mlops-fraud-detection/mfd-open-model-folder.png", width=640]

0 commit comments

Comments
 (0)