Which of the following tools can assist in real-time deployments by packaging software with its own application, tools, and libraries?
A machine learning engineer has registered a sklearn model in the MLflow Model Registry using the sklearn model flavor with UI model_uri.Which of the following operations can be used to load the model as an sklearn object for batch deployment?
A data scientist set up a machine learning pipeline to automatically log a data visualization with each run. They now want to view the visualizations in Databricks.Which of the following locations in Databricks will show these data visualizations?
A data scientist has developed a scikit-learn model sklearn_model and they want to log the model using MLflow.They write the following incomplete code block:Which of the following lines of code can be used to fill in the blank so the code block can successfully complete the task?
In a continuous integration, continuous deployment (CI/CD) process for machine learning pipelines, which of the following events commonly triggers the execution of automated testing?
A machine learning engineering team has written predictions computed in a batch job to a Delta table for querying. However, the team has noticed that the querying is running slowly. The team has already tuned the size of the data files. Upon investigating, the team has concluded that the rows meeting the query condition are sparsely located throughout each of the data files.Based on the scenario, which of the following optimization techniques could speed up the query by colocating similar records while considering values in multiple columns?