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: pipelines/samples/employee-attrition/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The pipeline has the following steps:
12
12
1. Evaluate the models, choose the best model based on Area Under Curve (AUC) metric and deploy the best model
13
13
14
14
## How to use
15
-
Open the [employee-attrition-pipeline-ads.ipynb](/workspaces/oci-data-science-ai-samples/pipelines/samples/employee-attrition/employee-attrition-pipeline-ads.ipynb) notebook and run it.
15
+
Open the [employee-attrition-pipeline-ads.ipynb](./employee-attrition-pipeline-ads.ipynb) notebook and run it.
16
16
17
17
Make sure you define the permissions in your tenancy properly.
Copy file name to clipboardExpand all lines: pipelines/samples/simple/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
This is a very simple sample with 3 consecutive steps, each passes data to the next step for additional processing.
3
3
4
4
# How to use this sample:
5
-
Open the [mlpipeline_sample-ads.ipynb](/workspaces/oci-data-science-ai-samples/pipelines/samples/simple/mlpipeline_sample-ads.ipynb) notebook and run all cells.
5
+
Open the [mlpipeline_sample-ads.ipynb](./mlpipeline_sample-ads.ipynb) notebook and run all cells.
0 commit comments