Which of the following is NOT a typical concern when deploying a machine learning model to production?
- Model performance degradation
- Data privacy and security
- Scalability issues
- Data preprocessing
Data preprocessing (Option D) is a crucial concern when deploying machine learning models to production. It involves preparing and transforming data to ensure it's compatible with the model, which is a common concern during deployment.
Loading...
Related Quiz
- Which technique involves leveraging a pre-trained model on a new, but related task?
- For real-time object detection in images or videos, the _______ algorithm is widely adopted.
- Which step in the Data Science Life Cycle is concerned with cleaning the data and handling missing values?
- One of the most popular algorithms used in collaborative filtering for recommender systems is _______.
- When normalizing a database in SQL, separating data into two tables and creating a new primary and foreign key relationship is part of the _______ normal form.