1z0-1110-22 Oracle Cloud Infrastructure Data Science 2022 Professional

Loading demo links...

Showing 10–10 of 10 questions

Question 10

As a data scientist, you are tasked with creating a model training job that is expected to take different hyperparameter values on every run. What is the most efficient way to set those pa-rameters with Oracle Data Science Jobs?

Select an option, then click Submit answer.

  • Create a new job every time you need to run your code and pass the parameters as en-vironment variables.

  • Create your code to expect different parameters as command line arguments, and create it new job every time you run the code.

  • Create your code to expect different parameters either as environment variables or as command line arguments, which are set on every job run with different values.

  • Create a new no by setting the required parameters in your code, and create a new job for mery code change.