Databricks Certified Machine Learning Professional — Question 48

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

Answer options

Correct answer: B

Explanation

Summary statistics trends provide a straightforward approach to observe changes in numeric features by analyzing measures like mean and variance over time. The other options, such as the Jensen-Shannon test and Chi-squared test, are more complex and not specifically designed for monitoring feature drift.