QuestionQ122

Implement machine learning model lifecycle and operations

You create a workspace using Azure Machine Learning Studio.

You must run a Python SDK v2 notebook in that workspace through Azure Machine Learning Studio. For the current instance, you must retain the present values of variables set in the notebook.

You need to preserve the notebook state.

What should you do?

  • A Change the compute.
  • B Change the current kernel.
  • C Stop the current kernel.
  • D Stop the compute.
Explanation

Stopping the current kernel stops running cells without changing the notebook state or the values of variables. In contrast, changing the kernel or compute resets notebook state and variables, and stopping compute prevents cells from running.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!