Free CERTIFIED-MACHINE-LEARNING-PROFESSIONAL Databricks CERTIFIED-MACHINE-LEARNING-PROFESSIONAL Practice Test Question

Loading demo links...

Showing 1–3 of 9 questions

Question 1 (Topic 1)

Which of the following is a simple statistic to monitor for categorical feature drift?

Select an option, then click Submit answer.

  • Mode
  • None of these
  • Mode, number of unique values, and percentage of missing values
  • Percentage of missing values
  • Number of unique values
Question 2 (Topic 1)

A data scientist has developed a model model and computed the RMSE of the model on the test set. They have assigned this value to the variable rmse. They now want to manually store the RMSE value with the MLflow run. They write the following incomplete code block: Which of the following lines of code can be used to fill in the blank so the code block can successfully complete the task?

Select an option, then click Submit answer.

  • log_artifact
  • log_model
  • log_metric
  • log_param
  • There is no way to store values like this.
Question 3 (Topic 1)

Which of the following deployment paradigms can centrally compute predictions for a single record with exceedingly fast results?

Select an option, then click Submit answer.

  • Streaming
  • Batch
  • Edge/on-device
  • None of these strategies will accomplish the task.
  • Real-time