Exam Name: | Databricks Certified Machine Learning Professional | ||
Exam Code: | Databricks-Machine-Learning-Professional Dumps | ||
Vendor: | Databricks | Certification: | ML Data Scientist |
Questions: | 60 Q&A's | Shared By: | omari |
Which of the following is a reason for using Jensen-Shannon (JS) distance over a Kolmogorov-Smirnov (KS) test for numeric feature drift detection?
Which of the following statements describes streaming with Spark as a model deployment strategy?
A data scientist has created a Python functioncompute_featuresthat returns a Spark DataFrame with the following schema:
The resulting DataFrame is assigned to thefeatures_dfvariable. The data scientist wants to create a Feature Store table usingfeatures_df.
Which of the following code blocks can they use to create and populate the Feature Store table using the Feature Store Clientfs?
A machine learning engineer is converting a Hyperopt-based hyperparameter tuning process from manual MLflow logging to MLflow Autologging. They are trying to determine how to manage nested Hyperopt runs with MLflow Autologging.
Which of the following approaches will create a single parent run for the process and a child run for each unique combination of hyperparameter values when using Hyperopt and MLflow Autologging?