The same cave wants one model that stamps each wheel “sell / hold / discard” and another that estimates days-to-peak in a decimal. Both use labeled history. How should that supervised work be split?
Select an answer to reveal the explanation.
Short Explanation
Stamp sell / hold / discard is classification: predefined classes. Days-to-peak as a decimal is ML regression: a continuous numeric target. Both use labeled history, so both stay supervised. Do not read regression as last sprint's re-run suite.
Full Explanation
Inside supervised learning, classification uses predefined classes and ML regression uses continuous numeric targets. Treating the decimal as a class, reading “regression” as Foundation-level retest, or calling labeled work unsupervised is incorrect.