Databricks-Machine-Learning-Professional試験無料問題集「Databricks Certified Machine Learning Professional 認定」

A data scientist wants to remove the star_rating column from the Delta table at the location path.
To do this, they need to load in data and drop the star_rating column. Which of the following code blocks accomplishes this task?

What is the purpose of ParamGridBuilder?

解説: (GoShiken メンバーにのみ表示されます)
A Data Scientist is building a machine learning pipeline to classify raw text using a Logistic Regression model in Spark using Spark MLlib's Pipelines. This pipeline has three stages: the Tokenizer (to split the raw text in tokens), a HashingTF (to transform tokens into hashes) and the Logistic Regression itself (to perform the classification of texts). The Spark DataFrame with the training data is called trainingDF and the one with the test data is called testDF.
In order to do this, they use the following incomplete piece of code:

Which option correctly states:
(i) The complete command to run model training;
(ii) The complete command to execute the prediction on test data;
(iii) The object type of the model object returned by the model
training command.

解説: (GoShiken メンバーにのみ表示されます)
Which of the following describes batch deployment for machine learning projects?

解説: (GoShiken メンバーにのみ表示されます)
Why is Apache Spark useful for machine learning training?

解説: (GoShiken メンバーにのみ表示されます)
A machine learning engineer has deployed a model recommender using MLflow Model Serving.
They now want to query the version of that model that is in the Staging stage of the MLflow Model Registry. Which model URI can be used to query the described model version?

解説: (GoShiken メンバーにのみ表示されます)
A machine learning engineer wants to log feature importance data from a CSV file at path importance_path with an MLflow run for model model. Which code block will accomplish this task inside of an existing MLflow run block?

Which deployment paradigm can centrally compute predictions for a single record with exceedingly fast results?

A Machine Learning Engineer has a large dataset with a customer_region column and wants to train separate models for each region, then generate predictions. They need to parallelize this group-specific model training process using Databricks and the Pandas Function API. Which approach will implement this solution?

解説: (GoShiken メンバーにのみ表示されます)
A data scientist wants to log outlier feature data from a CSV file at path outlier_path with an MLflow run for model model. Which code block will accomplish this task inside of an existing MLflow run block?

解説: (GoShiken メンバーにのみ表示されます)
A Machine Learning Engineer has automated a model retraining job in Databricks. Each scheduled run trains multiple candidate models with new sales data and logs all runs with MLflow.
The goal is to select and register the best-performing model at the end of each cycle to ensure optimal forecast accuracy. Which approach will meet this goal?

解説: (GoShiken メンバーにのみ表示されます)
A Machine Learning Engineer is implementing integration tests for an ML pipeline in Databricks.
The current integration test runs the complete workflow but takes four hours to execute due to large dataset processing and extensive model training. They need to select an approach that will be the most effective for optimizing integration test execution while maintaining test reliability. The approach should also be based on MLOps best practices. Which approach will do this?

解説: (GoShiken メンバーにのみ表示されます)