How can you share a notebook with multiple developers for a collaborative effort with note-book editing?
You can also collaborate by exporting your notebook as a JSON or JavaScript Object Notation file. This exported file can be imported into the same or different environment. To export a notebook as a JSON file, open the notebook in the notebook editor, click on the Export icon. A Save As dialog will open where you can specify the name of the JSON file and location on your system.
Which notebook technology is used for Oracle Machine Learning in Oracle Autonomous Database?
Oracle Machine Learning Notebooks is an Apache Zeppelin-based collaborative web-based inter-face that provides a development environment to create machine learning notebooks where you can perform data exploration and visualizations, data preparation and machine learning. https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/get-started-oracle-machine-learning.html
Which machine learning algorithm allows the system to identify patterns within data sets on its own?
https://docs.oracle.com/en/database/oracle/machine-learning/oml4sql/21/mlsql/oracle-machine-learning-sql-guide.pdf
Which three data sources can be immediately used for model building in Oracle Machine Learning? (Choose three.)
The three data sources that can be immediately used for model building in Oracle Machine Learning are: Oracle Database tables: Oracle Machine Learning can directly access and use data from tables within an Oracle Database for model building. This allows for efficient utilization of the database's structured data for machine learning tasks. Oracle Database views: Similar to tables, Oracle Machine Learning can also utilize data from database views. Views provide a virtual representation of the data, allowing users to access and analyze specific subsets or transformations of the underlying tables. CSV files: Oracle Machine Learning supports the use of CSV (Comma-Separated Values) files as a data source for model building. CSV files provide a simple and widely-used format for storing tabular data, making it easy to import and use within Oracle Machine Learning. Therefore, the correct options are: Oracle Database tables Oracle Database views CSV files
Which three types of forms are available in Oracle Machine Learning Notebooks? (Choose three.)
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/create-check-box-forms.html https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/create-select-forms.html https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/create-text-input-forms.html