Which is a FALSE statement regarding Oracle Machine Learning (OML)?
What are three key features of Oracle Machine Learning Notebooks? (Choose three.)
Which notebook technology is used for Oracle Machine Learning in Oracle Autonomous Database?
You want to predict which customers are likely to increase spending if given an additional credit card. Your task is to build a model using demographic and aggregated credit card data for customers who have used similar cards in the past. Which machine learning technique should you use to achieve this?
Two users at different locations are collaborating on a project by editing the same notebook. Which type of notebook should they use for collaboration?
Which three tasks can be performed by an Oracle Machine Learning (OML) user with the Developer role? (Choose three.)
Which output formats are supported by the SET SQLFORMAT command? (Choose three.)
You have developed a notebook in an Autonomous Database (ADB) and you need to share the notebook with your colleague to run on a different ADB instance. How should you enable your colleague to work with this notebook?
Which type of machine learning algorithm is used to deal with noise in incoming data?
In which three use cases are Oracle Machine Learning algorithms suitable? (Choose three.)
When managing Machine Learning models using the OML AutoML UI, what are the three actions that can be performed on Oracle Machine Learning (OML) models from within OML AutoML UI? (Choose three.)
You are working as an application developer using Oracle Machine Learning Notebooks and want to get your project and notebooks reviewed by a subject matter expert (SME). You granted the Developer permission to the SME on the workspace. Which two actions can be performed by the SME? (Choose two.)
In an Oracle Machine Learning notebook, which is the correct syntax for starting a SQL script in Scratchpad?
Which two statements are true about supervised machine learning? (Choose two.)
In which format is an Oracle Machine Learning Notebooks notebook saved or exported?
Which statement is FALSE about OML Notebooks?
You are using Oracle Machine Learning with Autonomous Database for the first time. After creating an Autonomous Database, what is the next step that you have to perform?
Which three statements are true about unsupervised machine learning? (Choose three.)
Examine the SQL command: SQL> SELECT CUST_MARITAL_STATUS,MEDIAN(CUST_CREDIT_LIMIT) FROM SH.CUSTOMERS GROUP BY CUST_MARITAL_STATUS; Which statement is true about running this command where the table has columns cust_maritax._status3 (VARCHAR2) and cust_credit_limit (number) with 100k rows of non-null data?
Which category of machine learning algorithms does One-Class SVM fall under?
Which type of user has access to the Oracle Machine Learning User Management interface?
What is the correct sequence of function invocations of AutoML API from OML4Py to solve a business problem?