Which three actions can be performed by an Administrator in Oracle Machine Learning (OML) Notebooks? (Choose three.)
Which step in the AutoML pipeline involves reducing the size of the large data set into a small-er data set that adequately represents the original?
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 two types of permissions allow you tables and run any script on an owner's account? (Choose two.)
What is the correct sequence of creating items in Oracle Machine Learning (OML) Note-books when setting up a new Autonomous Database instance?
Which type of user has access to the Oracle Machine Learning User Management interface?
Which four actions would typically be performed during the data preparation step for analyzing data with Oracle Machine Learning?
Which notebook technology is used for Oracle Machine Learning in Oracle Autonomous Database?
A user with Developer permission is trying to create a job on an existing notebook that is shared. However, the user is unable to do so. What is the reason?
Which two components support in-database automatic machine learning (AutoML) functionality?
Which three services can be used to access Oracle Machine Learning Notebooks? (Choose three.)
Which type of machine learning algorithm is used to deal with noise in incoming data?
When running which type of code must you use %script in Oracle Machine Learning Note-books?
Examine the command: %script SET SQLFORMAT ANSICONSOLE What is the output of a query if this SQLFORMAT is set?
Which two statements are true about supervised machine learning? (Choose two.)
You have created a workspace in Oracle Machine Learning Notebooks and want to share it with collaborators by granting permissions to access your workspace. You want to enable other users to run and modify your notebooks but do not want to provide the ability to schedule jobs that run your notebooks. Which permission type should be granted to this user?
What is the correct sequence of function invocations of AutoML API from OML4Py to solve a business problem?