You have created a notebook and want to run the notebook on a periodic schedule. How should you achieve this?
A. You cannot run the notebook on the scheduled time.
B. You can create a job and schedule it to run a specific notebook.
C. You have to login as the admin user and schedule a job to run the notebook.
D. You need to contact the database administrator to configure the notebook to run at a particular time.
Which three are supervised machine learning algorithms?
A. Random Forest
B. Support Vector Machines
C. Linear Regression
D. Association rule
E. K-means clustering
Which is a FALSE statement regarding Oracle Machine Learning (OML)?
A. OML offerings need a separate data visualization tool for creating visualization.
B. OML provides univariate and multivariate statistics.
C. OML provides integration with open source Python and R statistical analysis functions.
D. OML provides scalable statistical functions though OML4Py and OML4R.
Which three are unsupervised machine learning algorithms?
A. K-means clustering
B. Principal Component Analysis
C. Association rule
D. Naive Bayes
E. Logistical Regression
F. Random Forest
Examine the command:
%sql
SELECT CUST_MARITAL_STATUS, MEDIAN FROM SH. CUSTOMERS GROUP BY CUST_MARITAL_STATUS; Which statement is true about running this command where the table has columns cust_maritax._statu3 (VARCHAR2) and cost_credit_limit (number) with 100k rows of non- null data? A. It will return the median value of customer credit limit grouped by marital status. B. It will return the marital status and credit limit of each customer. C. It will return an error. D. It will return a customer's marital status and credit limit grouped by marital status
Which three data sources can be immediately used for model building in Oracle Machine Learning?
A. Oracle Database External tables
B. JSON files
C. CSV files
D. Oracle Database views
E. Oracle Database tables
Examine the output:
A. SET SQLFORMAT FIXED
B. SET SQLFORMAT ANSICONSOLE
C. SET SQLFORMAT LOADER
D. SET SQLFORMAT DELIMITED
What is the correct sequence of function invocations of AutoML API from OML4Py to solve a business problem?
A. Model tuning. Algorithm selection. Feature selection
B. Model selection, Algorithm selection
C. Algorithm selection, Feature selection. Model tuning
D. Model selection, Algorithm selection
What are three key features of Oracle Machine Learning Notebooks?
A. They enable job scheduling of notebooks on a recurring schedule.
B. They enable access to in database implementation of machine learning algorithms.
C. They support SQL, PL/SQL, JavaScript, and PHP scripting languages.
D. They support integration with Oracle Data Miner-ID
E. They provide a collaborative notebook interface on Oracle Autonomous Database.
Two users at different locations are collaborating on a project by editing the same notebook. Which type of notebook should they use for collaboration?
A. Shared Notebook
B. Example notebook
C. Personal Notebook
D. Public Notebook