For which two types of notebooks can you schedule a job? (Choose two.)
Correct Answer: B,C
Explanation About Workspace Permission Types: Oracle Machine Learning allows three types of permissions. Depending on the permission type, you can allow the user to view or perform different tasks in your workspace, projects, and notebooks. The three types of permissions are listed in the following table along with the actions that are allowed. Permission Types || Actions based on permission > Manager: * Project: Create, update, delete. * Workspace: View only. * Notebooks: Create, update, run, delete, and schedule jobs. > Developer: * Project: View only. * Workspace: View only. * Notebooks: Cre-ate, update, run, and delete notebooks that a developer creates only. * Jobs: View and run jobs of shared notebooks only. A developer cannot create jobs for notebooks that are shared. > Viewer: * Project: View only. * Workspace: View only. * Notebooks: View only. * Jobs: View jobs and job runs of shared notebooks only.
1z0-1096-23 Exam Question 12
Which feature of Oracle Machine Learning Notebooks should you use for data analysis, da-ta discovery, data visualization, and collaboration on Oracle Autonomous Database?
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?
You are tasked with building a predictive model that can estimate the price of houses, based on attributes like number of rooms, square-footage (size), location, neighborhood attributes, year built among others. Which three algorithms can you use to produce such a model with Oracle Machine Learning? (Choose three.)
Correct Answer: A,B,E
Explanation https://learn.oracle.com/ols/course/using-oracle-machine-learning-with-autonomous-database/35644/98086/1493 This is from Oracle Course : Using Oracle Machine Learning with Autonomous Database Regression is a supervised learning technique used when the output attribute is a continuous numerical value, for example, the price of a property based on the attributes of the property and its locality, the humidity of an area, and so on. Here is a list of all the algorithms offered by Oracle Machine Learning. Unsupervised learning does not involve direct control from the developer. In terms of defining an output attribute, the output attribute is a dependent attribute. And as there is no output attribute in unsupervised learning, there is no distinction between dependent and independent attributes.