Ultimate access to all questions.
You have recently trained a scikit-learn model for a machine learning project, and you plan to deploy this model on Vertex AI, a managed machine learning platform by Google Cloud. The model needs to support both online and batch predictions, and you need to preprocess input data before model inference. Your goal is to package the model for deployment with minimal additional code. What steps should you follow to achieve this?