I found the following statement confusing. This statement upends my basic understanding of predictive machine learning.
"By not thinking probabilistically, machine learning advocates frequently utilize classifiers instead of using risk prediction models."
While currently learning about cross-validation, I'm learning to create predictive functions that utilize predictive features. Cross validation then predicts how well the predictive function will work on the testing dataset.
How are "classifiers" and "predictors" not the same things?