The same orchard crate table can predict whether a crate will pass inspection or the continuous brix reading in degrees. What modeling choice comes first?
Select an answer to reveal the explanation.
Short Explanation
Think of pass/fail inspection versus a continuous brix reading. Match the discrete label to classification and the continuous target to regression first. Shared columns do not make the targets the same algorithm.
Full Explanation
Problem type comes before the algorithm name. A discrete pass/fail label is classification; a continuous brix reading is regression. Shared columns do not make the targets the same. A split and Transcribe are not that choice.