When preparing your model artifact to save it to the Oracle Cloud Infrastructure (OCI) Data Science model catalog, you create a score.py file. What is the purpose of the score.py fie?
You are using Oracle Cloud Infrastructure Anomaly Detection to train a model to detect anomalies in pump sensor data. How does the required False Alarm Probability settings affect an anomaly detection model?
You want to ensure that all stdout and stderr from your code are automatically collected and logged, without implementing additional logging in your code. How would you achieve this with Data Science Jobs?
You have created a model, and you want to use the Accelerated Data Science (ADS) SDK to deploy this model. Where can you save the artifacts to deploy this model with ADS?
You are a computer vision engineer building an image recognition model. You decide to use Oracle Data Labeling to annotate your image data. Which of the following THREE are possible ways to annotate an image in Data Labeling?
You have an embarrassingly parallel or distributed batch job on a large amount of data running using Data Science Jobs What would be the best approach to run the workload?
You are a data scientist working inside a notebook session and you attempt to pip install a package from a public repository that is not included in your condo environment. After running this command, you get a network timeout error. What might be missing from your networking configuration?
You are working as a data scientist for a healthcare company. They decide to analyze the data to find patterns in a large volume of electronic medical records. You are asked to build a PySpark solution to analyze these records in a JupyterLab notebook. What is the order of recommended steps to develop a PySpark application in Oracle Cloud Infrastructure (OCI) Data Science?