You have a complex Python code project that could benefit from using Data Science Jobs as it is a repeatable machine learning model training task. The project contains many sub-folders and classes. What is the best way to run this project as a Job?
Which of these options allow the sharing and loading back of ML models into a notebook session?
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 conda environment. After running this command, you get a network timeout error. What might be missing from your network configuration?
As a data scientist, you create models for cancer prediction based on mammographic images. The correct identification is very crucial in this case. After evaluating two models, you arrive at the following confusion matrix. Which model would you prefer and why?
Model 1 has Test accuracy is 80% and recall is 70%
Model 2 has Test accuracy is 75% and recall is 85%
You want to create an anomaly detection model using the OCI Anomaly Detection service that avoids as many false alarms as possible. False Alarm Probability (FAP) indicates model performance. How would you set the value of the False Alarm Probability?