Model Pipeline - Saving pipelines (joblib, pickle)
This pipeline shows how a machine learning model is trained and then saved using joblib or pickle. Saving the pipeline means we keep the trained model and preprocessing steps so we can use them later without retraining.