Inference pipelines: Unseen data goes into model which makes a prediction
- But often we have models feeing into models
- Unseen data comes in, is pre-processed, the fed into PCA, output of PCA goes into XGBoost, which makes the final prediction
Inference pipelines: Unseen data goes into model which makes a prediction