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
PR for Building Block (blocks) and Tasks for oml (#470)
* oml blocks and tasks updated
* Masked texts in images
Masked tenancy names in screenshots.
* Removed "proceed to next lab"
* Updated oml notebooks ea file.
* Updated oml-notebooks-ea.md file
* Provided url to the Conda topic
Provided url to the Conda interpreter topic in OMLUG.
* Update oml-notebooks-ea.md
* new task added
New task on signing into oml from livelabs environment added
* Removed advance tasks to be added to another lab
* Updated notebook-ea block
* oml-notebook-ea updated
* Screenshot updated
The Notebook Classics entry removed from left nav
* SS updated
* Intro edited
* Visualization and Notebooks block updated
Prod URL added to redirect the user to the new lab "Advanced Options in OML Notebooks" along with other edits
* Update oml-notebooks-ea.md
Link added to Adv OML NB lab
* Update oml-nb-visualizations.md
Visualization intro added
* URL updated
* Added new block in oml - automl
* Screenshot replaced to show new UI
Launchpad > Dev > Machine Learning.
* New screenshot added for ADB tool Config tab
Text modified accordingly
* Updated OML NB block
Added the Task "Create a Notebook using a Template Example". Modified SS as applicable.
* Update oml-notebooks-ea.md
removed duplicate content.
* Update oml-notebooks-ea.md
Dated updated
* Modified screenshots to sync NB listings
OML Notebooks lab
* Update oml-notebooks-ea.md
Content updated
* task provision an adb updated with redwood screenshots
* Task on create an OMLUSER updated with redwood UI
* Screenshots updated
* SS updated
* oml-notebook-ea updated
Since for freetier, the user already created and signed in the previous lab
* Update oml-notebooks-ea.md
Content updated wrt freetier setup in Lab 1
* Prov an ADB topic updated
* Screenshots replaced
* Screenshot replaced
* Screenshots added to show Redwood themed UI
* provision an adb topic edited
* Content on tags updated
* References to sign in topics (tasks) updated
* oml-notebook lab updated
* oml-notebook-ea updated
* Addressed the comments by MH.
* OML UI description updated
* Upper case
* Screenshot updated
Screenshot updated to hide "console exp" banner
* oml-notebooks-ea updated
* oml-notebook-ea updated
Minor edit
* oml-monitoring.md file updated to address comments by Marcos.
* Date updated to June
* Rebranded
Changed all instanced of Autonomous Database to Autonomous AI Database
* Screenshots replaced for rebranding
* Screenshot updated
Rebranded
* Rebranding
* Changed 23ai to 26ai. Rebranding
* Screenshot replaced to show 26ai
* Screenshot replaced
To access AutoML UI, you must sign into the Oracle Machine Learning User Interface, which also includes Oracle Machine Learning notebooks, on Autonomous Database:
35
+
To access AutoML UI, you must sign into the Oracle Machine Learning User Interface, which also includes Oracle Machine Learning notebooks, on Autonomous AI Database:
36
36
37
37
1. Sign into Oracle Machine Learning user interface (following Lab1, Task 1 instructions).
38
38
@@ -93,7 +93,7 @@ To create an Experiment:
93
93
***High** level gives the greatest parallelism but significantly limits the number of concurrent jobs.
94
94
***Medium** level enables some parallelism but allows greater concurrency for job processing.
95
95
96
-
> **Note:** Changing the database service level setting on the Always Free Tier will have no effect since there is a 1 OCPU limit. However, if you increase the OCPUs allocated to your autonomous database, then you can increase the Database Service Level to Medium or High.
96
+
> **Note:** Changing the database service level setting on the Always Free Tier will have no effect since there is a 1 OCPU limit. However, if you increase the OCPUs allocated to your Autonomous AI Database, then you can increase the Database Service Level to Medium or High.
97
97
98
98
13. Leave the default algorithms selected.
99
99
@@ -331,6 +331,6 @@ You may now **proceed to the next lab**.
331
331
332
332
## Acknowledgements
333
333
334
-
***Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
334
+
***Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
335
335
***Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia, Senior Principal Product Manager, Machine Learning; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
336
-
***Last Updated By/Date** - Moitreyee Hazarika, June 2025
336
+
***Last Updated By/Date** - Moitreyee Hazarika, October 2025
Copy file name to clipboardExpand all lines: building-blocks/blocks/oml/oml-conda/oml-conda.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,12 +159,12 @@ To create a Conda environment named _myrenv_ with R-4.0.5 for OML4R compatibilit
159
159

160
160
Note that the _myrenv_ environment is now listed along with the _mypyenv_ in the output. Note that the asterisk (*) is against the _mypyenv_, indicating that this environment is active currently.
161
161
162
-
## Task 3: Upload the Conda environments to an Object Storage bucket associated with the Autonomous Database
163
-
In this task, you will upload the environments _mypyenv_ and _myrenv_ to the Object Storage bucket associated with the Autonomous Database instance using the `upload` command. You will provide environment descriptions and tags, one for the user name and one for the application name. You will also overwrite any environment with the same name if it exists.
162
+
## Task 3: Upload the Conda environments to an Object Storage bucket associated with the Autonomous AI Database
163
+
In this task, you will upload the environments _mypyenv_ and _myrenv_ to the Object Storage bucket associated with the Autonomous AI Database instance using the `upload` command. You will provide environment descriptions and tags, one for the user name and one for the application name. You will also overwrite any environment with the same name if it exists.
164
164
165
165
The application tag is required for use with embedded execution. For example, OML4Py embedded Python execution works with Conda environments containing the OML4PY tag.
166
166
167
-
>*Note:* There is one Object Storage bucket for each data center region. The Conda environment is saved to a folder in Object Storage corresponding to the tenancy and database. The folder is managed by Autonomous Database and is only available to users through OML Notebooks. There is an 8G maximum size for a single Conda environment, and no size limit on Object Storage.
167
+
>*Note:* There is one Object Storage bucket for each data center region. The Conda environment is saved to a folder in Object Storage corresponding to the tenancy and database. The folder is managed by Autonomous AI Database and is only available to users through OML Notebooks. There is an 8G maximum size for a single Conda environment, and no size limit on Object Storage.
168
168
169
169
170
170
1. Run the following command to upload the mypyenv to the Object Storage bucket associated with the ADB.
@@ -353,6 +353,6 @@ The steps in task 5 must be performed as the non-ADMIN OML user with the `OML_DE
353
353
354
354
## Acknowledgements
355
355
356
-
***Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
356
+
***Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
357
357
***Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
358
-
***Last Updated By/Date** - Moitreyee Hazarika, June 2025
358
+
***Last Updated By/Date** - Moitreyee Hazarika, October 2025
* **Drift Threshold:** Drift captures the relative change in performance between the baseline data and the new data period. Based on your specific machine learning problem, set the threshold value for your data drift detection. This may require adjusting after you see how your specific data behaves. The default is 0.7.
173
-
* **Database Service Level:** This is the Autonomous Database service levels - Low, Medium, High. The default is Low. Service level Medium provides more resources to the data monitor run compared to Low. Service level High provides more resources to the data monitor run compared to Medium.
173
+
* **Database Service Level:** This is the Autonomous AI Database service levels - Low, Medium, High. The default is Low. Service level Medium provides more resources to the data monitor run compared to Low. Service level High provides more resources to the data monitor run compared to Medium.
174
174
* **Analysis Filter:** Enable this option if you want the data monitoring analysis for a specific time period. Move the slider to the right to enable it, and then select a date in From Date and To Date fields respectively. By default, this field is disabled.
175
175
* **Maximum Number of Runs:** This is the maximum number of times the data monitor can be run according to this schedule. The default is 3.
176
-
17. The **Features** grid displays the list of features to monitor. Here, you can select or deselect features to include or exclude from monitoring. By default, all features are selected. Feature statistics are provided if the selected data is a table and has RDBMS statistics automatically gathered by Autonomous Database. Oracle Machine Learning Services calculates the statistics on the first run for both, tables and views, and the computations are displayed here after the first run. The statistics are updated by subsequent runs.
176
+
17. The **Features** grid displays the list of features to monitor. Here, you can select or deselect features to include or exclude from monitoring. By default, all features are selected. Feature statistics are provided if the selected data is a table and has RDBMS statistics automatically gathered by Autonomous AI Database. Oracle Machine Learning Services calculates the statistics on the first run for both, tables and views, and the computations are displayed here after the first run. The statistics are updated by subsequent runs.
18.Now scroll up to the page and on the top right corner, click **Save.** This completes the task of creating a data monitor and takes you to the Data Monitors page.
179
179
@@ -479,8 +479,8 @@ You may now **proceed to the next lab.**
479
479
480
480
## Acknowledgements
481
481
482
-
* **Author** : Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
482
+
* **Author** : Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
483
483
484
484
* **Contributors:** Mark Hornick, Sr. Director, Data Science / Machine Learning PM; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
485
485
486
-
* **Last Updated By/Date**: Moitreyee Hazarika, June 2025
486
+
* **Last Updated By/Date**: Moitreyee Hazarika, October 2025
Copy file name to clipboardExpand all lines: building-blocks/blocks/oml/oml-nb-visualizations/oml-nb-visualizations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,6 +464,6 @@ A box plot provides an overview of data distributions in numeric data. It provid
464
464
465
465
## Acknowledgements
466
466
467
-
***Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
467
+
***Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
468
468
***Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
469
-
***Last Updated By/Date** - Moitreyee Hazarika, June 2025
469
+
***Last Updated By/Date** - Moitreyee Hazarika, October 2025
Copy file name to clipboardExpand all lines: building-blocks/blocks/oml/oml-notebooks-ea/oml-notebooks-ea.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This lab assumes you have:
41
41
42
42
<iftype="freetier">
43
43
44
-
You can access Oracle Machine Learning User Interface from Autonomous Database. Oracle Machine Learning User Interface provides you the following functionalities:
44
+
You can access Oracle Machine Learning User Interface from Autonomous AI Database. Oracle Machine Learning User Interface provides you the following functionalities:
45
45
46
46
* Notebooks - A web-based interface for data analysis, data discovery, data visualization, and collaboration
47
47
* AutoML UI - An interface for no-code automated machine learning modeling and model deployment
@@ -51,7 +51,7 @@ You can access Oracle Machine Learning User Interface from Autonomous Database.
51
51
* Jobs - An interface to create jobs to schedule your notebooks
52
52
53
53
54
-
Sign in to Oracle Machine Learning User Interface. Follow the steps in *Task 3 Sign into Oracle Machine Learning User Interface* in the lab _Provision an Autonomous Database with OMLUSERS_
54
+
Sign in to Oracle Machine Learning User Interface. Follow the steps in *Task 3 Sign into Oracle Machine Learning User Interface* in the lab _Provision an Autonomous AI Database with OMLUSERS_
55
55
56
56
</if>
57
57
@@ -251,7 +251,7 @@ Let’s create another paragraph to call the Python interpreter and run Python s
251
251
252
252
This completes the task of connecting to the Python interpreter and running Python commands in your notebook.
253
253
### Task 3.5: Use the R Interpreter and run R Statements
254
-
Oracle Machine Learning for R (OML4R) makes the open source R scripting language and environment ready for the enterprise and big data. OML4R integrates R with Oracle Autonomous Database. It allows you to run R commands and scripts for statistical, machine learning, and visualization analyses on database tables and views using R syntax.
254
+
Oracle Machine Learning for R (OML4R) makes the open source R scripting language and environment ready for the enterprise and big data. OML4R integrates R with Oracle Autonomous AI Database. It allows you to run R commands and scripts for statistical, machine learning, and visualization analyses on database tables and views using R syntax.
255
255
256
256
In this task, you will use the R interpreter and run R statements:
257
257
@@ -528,6 +528,6 @@ You may now **proceed to the next lab**.
528
528
529
529
## Acknowledgements
530
530
531
-
***Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
531
+
***Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
532
532
***Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
533
-
***Last Updated By/Date** - Moitreyee Hazarika, June 2025
533
+
***Last Updated By/Date** - Moitreyee Hazarika, October 2025
Copy file name to clipboardExpand all lines: building-blocks/tasks/oml/access-notebook-ea.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
}
6
6
-->
7
7
8
-
A notebook is a web-based interface for data analysis, data discovery, data visualization, and collaboration. You create and run notebooks in Oracle Machine Learning user interface. You can access Oracle Machine Learning user interface from Autonomous Database.
8
+
A notebook is a web-based interface for data analysis, data discovery, data visualization, and collaboration. You create and run notebooks in Oracle Machine Learning user interface. You can access Oracle Machine Learning user interface from Autonomous AI Database.
9
9
10
10
1. On your Oracle ADW instance, click **Database Actions**.
Copy file name to clipboardExpand all lines: building-blocks/tasks/oml/create-oml-user.md
+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
@@ -11,15 +11,15 @@ An administrator creates a new user account and user credentials for Oracle Mach
11
11
12
12
To create a user account:
13
13
14
-
1. If you are not already signed in, sign into your OCI account, click the cloud menu on the left to open the left navigation pane, and click **Oracle Database**. On the right, click **Autonomous Database**.
14
+
1. If you are not already signed in, sign into your OCI account, click the cloud menu on the left to open the left navigation pane, and click **Oracle Database**. On the right, click **Autonomous AI Database**.
15
15
16
-

16
+

17
17
18
-
2. The Autonomous Databases dashboard lists all the databases that are provisioned in the tenancy. Click the Oracle Autonomous Database that you have provisioned for this workshop. Here, click the instance **OMLLABS**.
18
+
2. The Autonomous AI Databases dashboard lists all the databases that are provisioned in the tenancy. Click the Oracle Autonomous AI Database that you have provisioned for this workshop. Here, click the instance **OMLLABS**.
19
19
20
20

21
21
22
-
3. On the Autonomous Database details page, click **Database Actions**, and then select the **Database Users** option.
22
+
3. On the Autonomous AI Database details page, click **Database Actions**, and then select the **Database Users** option.
23
23
24
24

0 commit comments