Databricks Certified Machine Learning Associate · Free Practice Question Easy

Question 2

In an AutoML experiment, what are the evaluation metrics automatically calculated for each run when dealing with regression problems?

  • A

    Mean Absolute Error (MAE)

  • B

    Coefficient of Determination (R-squared)

  • C

    Root Mean Square Error (RMSE)

  • D

    Mean Square Error (MSE)

  • E

    All of the above

Reveal correct answer

Correct answer: E

Explanation

Correct Answer:

✅ All of the above

Detailed Explanation of the Correct Answer:

✅ "All of the above"

  • Databricks AutoML automatically calculates multiple evaluation metrics for regression problems, including:

    1. Mean Absolute Error (MAE)

    2. Coefficient of Determination (R-squared, R²)

    3. Root Mean Square Error (RMSE)

    4. Mean Square Error (MSE)

Breakdown of Each Regression Metric:

MetricDescriptionBest Use CaseMean Absolute Error (MAE)Measures the average absolute differences between actual and predicted values.Useful when all prediction errors should be equally weighted.R-squared (R², Coefficient of Determination)Represents the proportion of variance explained by the model.Measures goodness of fit—higher values mean better fit.Root Mean Square Error (RMSE)Measures the square root of the average squared errors.Penalizes large errors more heavily than MAE.Mean Square Error (MSE)Measures the average squared errors between actual and predicted values.Used when large errors should be penalized more significantly.

Example: Evaluating a Regression Model in AutoML

  • Databricks AutoML logs these metrics for every model run, enabling easy comparison.

Why Other Options Are Incorrect:

❌ "Mean Absolute Error (MAE)"

  • Incorrect, because MAE is just one of several evaluation metrics used in regression.

❌ "Coefficient of Determination (R-squared)"

  • Incorrect, because AutoML also computes MSE, RMSE, and MAE.

❌ "Root Mean Square Error (RMSE)"

  • Incorrect, because other regression metrics are calculated along with RMSE.

❌ "Mean Square Error (MSE)"

  • Incorrect, because AutoML tracks additional metrics like MAE and R².

Final Conclusion:

In an AutoML regression experiment, the automatically calculated evaluation metrics include MAE, R², RMSE, and MSE, so the correct answer is:
✅ "All of the above"

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need