Table of Contents
- Title and Copyright Information
- Preface
- 1 What's New
- 2 Get Started
- 3 Project and Workspaces
-
4
OML Notebooks
- 4.1 Oracle Machine Learning Notebooks
- 4.2 GitHub Notebooks
- 4.3 Enable GPU Compute Capabilities in a Notebook through the Python Interpreter
-
4.4
Visualize your Data in Oracle
Machine Learning Notebooks
- 4.4.1 Visualize Data in a Table
- 4.4.2 Visualize Data in a Bar Chart
- 4.4.3 Visualize Data in a Funnel Chart
- 4.4.4 Visualize Data in a Pyramid Chart
- 4.4.5 Visualize Data in a Scatter Plot
- 4.4.6 Visualize Data in a Line Chart
- 4.4.7 Visualize Data in an Area Chart
- 4.4.8 Visualize Data in a Pie Chart
- 4.4.9 Visualize Data in a Box Plot
- 4.4.10 Visualize your Data in a Sunburst Chart
- 4.4.11 Visualize your Data in a Tag Cloud
- 4.4.12 Visualize your Data in a Treemap
- 4.4.13 Visualize Data in a Map
- 4.5 Export a Notebook
- 4.6 Import a Notebook
- 4.7 Use the SQL Interpreter in a Notebook Paragraph
- 4.8 Use the Python Interpreter in a Notebook Paragraph
- 4.9 Use the R Interpreter in a Notebook Paragraph
-
4.10
Use the Conda Interpreter in a Notebook Paragraph
- 4.10.1 About the Conda Environment and Conda Interpreter
- 4.10.2 Conda Interpreter Commands
- 4.10.3 Create a Conda Environment for Python, Install a Python Package and Upload it to Object Storage
- 4.10.4 Create a Conda Environment for R and Install R Package and Upload it to Object Storage
- 4.10.5 Upload the Conda environments to an Object Storage bucket associated with the Autonomous AI Database
- 4.11 Use the Scratchpad
- 4.12 Use the Markdown Interpreter and Generate Static html from Markdown Plain Text
- 4.13 About Interpreters and Notebook Service Levels
- 5 AutoML UI
- 6 Data Monitoring
- 7 Model Monitoring
- 8 Models
- 9 Templates
- 10 Jobs
- 11 Admin
-
A.1
FAQs
- A.1.1 How to grant access to an OML model by giving global or selective access to other users?
- A.1.2 How to obtain the URL for REST API for OML Services, REST API for OML4Py and OML4R embedded execution from the Autonomous AI Database ?
- A.1.3 How to push content represented by an OML proxy object into a table in the Oracle Autonomous AI Database?
- A.1.4 What is the expected behavior if the embedded REST execution requests surpass the capacity of the VM?
- A.1.5 Who owns and manages the VMs on which embedded Python execution is downloaded?
- A.1.6 Where can I find the list of all the functions available in the oml python package?
- A.1.7 What is the difference between the OML ECPUs and the Database ECPUs?
- A.1.8 What is an alternative solution to oml.connect() for Oracle Machine Learning solutions deployment?
- A.1.9 What other models can I host on OML besides the in-database models?
- A.1.10 Does Oracle Machine Learning support reading of data from OCI Streaming services or Kafka?
- A.1.11 How can I create a Conda environment for Python and R, install packages and upload the environment in a single step
- A.2 Troubleshooting