Valid Databricks-Machine-Learning-Professional Dumps shared by EduDump.com for Helping Passing Databricks-Machine-Learning-Professional Exam! EduDump.com now offer the newest Databricks-Machine-Learning-Professional exam dumps, the EduDump.com Databricks-Machine-Learning-Professional exam questions have been updated and answers have been corrected get the newest EduDump.com Databricks-Machine-Learning-Professional dumps with Test Engine here:
A Machine Learning Engineer is setting up Databricks Lakehouse Monitoring to issue alerts based on IoT sensors that monitor various water conditions at a high tech hydroponic farm. Specifically: - pH sensors - Records acidity/alkalinity on a logarithmic scale from 0 to 14 - Pump status monitor - Records the current status of the pump as "on", "off", "maintenance", "fault", or "clean" - Electrical Conductivity (EC) sensors - Records nutrient level of the water as "very rich", "rich", "medium", "poor", "very poor" What are the appropriate drift metrics for each of the given sensor types?
Correct Answer: A
pH readings are continuous numerical values, so the Kolmogorov-Smirnov test is appropriate for detecting distribution shifts. Pump status is a nominal categorical variable, making the chi- squared test suitable for identifying changes in category frequencies. Electrical Conductivity levels are categorical with ordered labels, and Jensen-Shannon distance effectively measures distributional changes in such categorical probability distributions.