What should be the order of things we address in model improvements?
Addressing under fitting should be in the fellowing order:
Addressing overfitting should be in this order:
What can you do for Addressing distribution shift? (Validation and test scores not close)
What is error analysis
Looking at where the train-Val, and the Val-test are off, look at the specific cases. Split them into different groups and prioritize based on what is easier to deal with
What is domain adaptation?
Techniques to train on “source” distribution and generalize to another “target” using only unlabeled data or limited labeled data.
Should consider using when access to labeled data from test is limited and the access to relatively similar data is plentiful
2 types of domain adaptations: