Printable PDF
Want to pass your Databricks Certified Machine Learning Associate Exam DATABRICKS-MACHINE-LEARNING-ASSOCIATE exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
A data scientist wants to parallelize the training of trees in a gradient boosted tree to speed up the training process. A colleague suggests that parallelizing a boosted tree algorithm can be difficult.
Which of the following describes why?
A. Gradient boosting is not a linear algebra-based algorithm which is required for parallelization
B. Gradient boosting requires access to all data at once which cannot happen during parallelization.
C. Gradient boosting calculates gradients in evaluation metrics using all cores which prevents parallelization.
D. Gradient boosting is an iterative algorithm that requires information from the previous iteration to perform the next step.
An organization is developing a feature repository and is electing to one-hot encode all categorical feature variables. A data scientist suggests that the categorical feature variables should not be one-hot encoded within the feature repository.
Which of the following explanations justifies this suggestion?
A. One-hot encoding is a potentially problematic categorical variable strategy for some machine learning algorithms.
B. One-hot encoding is dependent on the target variable's values which differ for each apaplication.
C. One-hot encoding is computationally intensive and should only be performed on small samples of training sets for individual machine learning problems.
D. One-hot encoding is not a common strategy for representing categorical feature variables numerically.
A machine learning engineer has been notified that a new Staging version of a model registered to the MLflow Model Registry has passed all tests. As a result, the machine learning engineer wants to put this model into production by transitioning it to the Production stage in the Model Registry.
From which of the following pages in Databricks Machine Learning can the machine learning engineer accomplish this task?
A. The home page of the MLflow Model Registry
B. The experiment page in the Experiments observatory
C. The model version page in the MLflow ModelRegistry
D. The model page in the MLflow Model Registry