Skip to content

Commit ed14585

Browse files
committed
updating doc urls
1 parent c0c81ea commit ed14585

3 files changed

+7
-7
lines changed

ml-insights/sample_notebooks/16_OCI_Monitoring_Notifications.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"## Prerequisites\n",
2929
"The OCI Monitoring post-processor component (used to push test results to OCI Monitoring) will fail unless the user is authenticated to push to OCI Monitoring. These authentication details can be set by arguments passed to the post-processor. Additionally, the user will need to set IAM policies to allow pushing metrics to OCI Monitoring.\n",
3030
"\n",
31-
"For more details on arguments passed to this post-processor as well as IAM policy requirements, refer : [OCI Monitoring Post-processor Documentation](https://objectstorage.us-ashburn-1.oraclecloud.com/p/52qrFSNgCH85OWPBGIfTgNm-KeibRU8oPSSBdDg_t90gZ89r5qXrQFpTfdvQ9ear/n/bigdatadatasciencelarge/b/ml-insight-doc/o/user_guide/getting_started/post_processor_component.html#ocimonitoringpostprocessor)\n",
31+
"For more details on arguments passed to this post-processor as well as IAM policy requirements, refer : [OCI Monitoring Post-processor Documentation](https://docs.oracle.com/en-us/iaas/tools/ml-insights-docs/latest/ml-insights-documentation/html/user_guide/getting_started/post_processor_component.html#ocimonitoringpostprocessor)\n",
3232
"\n",
3333
"## About Dataset\n",
3434
"The data was collected and made available by “National Institute of Diabetes and Digestive and Kidney Diseases” as part of the Pima Indians Diabetes Database. Several constraints were placed on the selection of these instances from a larger database. In particular, all patients here belong to the Pima Indian heritage (subgroup of Native Americans), and are females of ages 21 and above.\n",
@@ -497,4 +497,4 @@
497497
},
498498
"nbformat": 4,
499499
"nbformat_minor": 4
500-
}
500+
}

ml-insights/sample_notebooks/3_Run_ML_Insights_using_api.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"\n",
262262
"Metrics are the core construct for the framework. This component is responsible for calculating all statistical metrics and algorithms. Metric components work based on the type of features (eg. input feature, output feature etc.) available, their data type (eg. int, float, string etc.) as well as additional context (e.g. if any previous computation is available to compare against). ML Insights provides commonly used metrics out of the box for different ML observability use cases.\n",
263263
"\n",
264-
"Refer : [Metrics Component Documentation](https://objectstorage.us-ashburn-1.oraclecloud.com/p/52qrFSNgCH85OWPBGIfTgNm-KeibRU8oPSSBdDg_t90gZ89r5qXrQFpTfdvQ9ear/n/bigdatadatasciencelarge/b/ml-insight-doc/o/user_guide/getting_started/metrics_component.html)\n",
264+
"Refer : [Metrics Component Documentation](https://docs.oracle.com/en-us/iaas/tools/ml-insights-docs/latest/ml-insights-documentation/html/user_guide/getting_started/metrics_component.html)\n",
265265
"\n"
266266
]
267267
},
@@ -694,4 +694,4 @@
694694
},
695695
"nbformat": 4,
696696
"nbformat_minor": 5
697-
}
697+
}

ml-insights/sample_notebooks/5_Post_Processor_Profile_Writer_Example.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"\n",
207207
" - The run() method is responsible to run the internal workflow. It also handles the life cycle of each component passed, which includes creation (if required), invoking interface functions, destroying etc . Additionally, runner also handles some more advanced operations like thread pooling, compute engine abstraction etc.\n",
208208
"\n",
209-
" Refer : [Builder Object Documentation](https://objectstorage.us-ashburn-1.oraclecloud.com/p/hmjkj956kj4ZVD0RrN7mEMf5O3l2hP2TX0Y0RXZPAbQqYltPcrsJrm7olfNpFf_a/n/idqzqf6isito/b/ml-insight-doc/o/user_guide/getting_started/builder_object.html)\n",
209+
" Refer : [Builder Object Documentation](https://docs.oracle.com/en-us/iaas/tools/ml-insights-docs/latest/ml-insights-documentation/html/user_guide/getting_started/builder_object.html)\n",
210210
" \n",
211211
" ## Post Processor Component\n",
212212
"\n",
@@ -216,7 +216,7 @@
216216
"\n",
217217
" - is_critical flag can be passed to a post processor. When set to true, Insights run is marked as failed when the post processor execution fails. By default the flag is set to False.\n",
218218
"\n",
219-
" Refer : [Post Processor Component Documentation](https://objectstorage.us-ashburn-1.oraclecloud.com/p/hmjkj956kj4ZVD0RrN7mEMf5O3l2hP2TX0Y0RXZPAbQqYltPcrsJrm7olfNpFf_a/n/idqzqf6isito/b/ml-insight-doc/o/user_guide/getting_started/getting_started.html#post-processor-component)"
219+
" Refer : [Post Processor Component Documentation](https://docs.oracle.com/en-us/iaas/tools/ml-insights-docs/latest/ml-insights-documentation/html/user_guide/getting_started/getting_started.html#post-processor-component)"
220220
]
221221
},
222222
{
@@ -369,4 +369,4 @@
369369
},
370370
"nbformat": 4,
371371
"nbformat_minor": 4
372-
}
372+
}

0 commit comments

Comments
 (0)