QuestionQ63
Train and use machine learning modelsA Data Scientist trained a supervised classification model on manually labeled training data. It performed well in production for several months, until model users reported degraded prediction accuracy.
The users demonstrated the degradation by collecting a set of recent predictions together with their actual labels.
What should the Data Scientist do?
- A Train the model again with the initial training data but different hyperparameters.
- B Explore different model classes to account for the change in distributions and train the model with the initial training data.
- C Downsample the initial training data to account for the feature drift and train a new model with the collected subset of the initial training data.
- D Use the data set collected by the users to build a new representative labeled training data set and train a new model with the newly collected training data.
Community Discussion