Question 6

Which of the following describes concept drift?
  • Question 7

    Which of the following lists all of the model stages are available in the MLflow Model Registry?
  • Question 8

    A machine learning engineer is attempting to create a webhook that will trigger a Databricks Job job_id when a model version for model model transitions into any MLflow Model Registry stage.
    They have the following incomplete code block:

    Which of the following lines of code can be used to fill in the blank so that the code block accomplishes the task?
  • Question 9

    A data scientist is utilizing MLflow to track their machine learning experiments. After completing a series of runs for the experiment with experiment ID exp_id, the data scientist wants to programmatically work with the experiment run data in a Spark DataFrame. They have an active MLflow Client client and an active Spark session spark.
    Which of the following lines of code can be used to obtain run-level results for exp_id in a Spark DataFrame?
  • Question 10

    Which of the following is a simple, low-cost method of monitoring numeric feature drift?