Grain-elevator no-shows jump only when harvest week, rain, and contract type collide. Nobody is asking for readable coefficients this week. Which SageMaker algorithm fits?
Select an answer to reveal the explanation.
Short Explanation
Think of no-shows that jump only when harvest week, rain, and contract type collide. Nobody asked for readable coefficients this week. XGBoost. A linear fit keeps missing that three-way collision.
Full Explanation
SageMaker XGBoost fits nonlinear tabular classification when interactions matter and a linear explanation is not required. Linear Learner will miss the harvest-rain-contract collision. K-Means clusters unlabeled groups. Transcribe is not a tabular trainer.