InterviewSolution
Saved Bookmarks
| 1. |
Why is dataset shift a problem area? Explain briefly about some ideas that may address those problems in data science? |
|
Answer» Response: As we understand, dataset shift is a problem when we put our model from development environment to production environment. These of course are classified into VARIOUS types DEPENDING on whether there is a shift that occurs later between an independent and target VARIABLE, or within independent variables or with the target variable only. The causes for dataset shift can be due to the following factors:
Following attempts can be taken to address these issues at hand.
|
|