What does clf mean in machine learning?
In the link you provided, clf refers to classifier.
In the scikit-learn
tutorial, it's short for classifier.:
We call our estimator instance
clf
, as it is a classifier.
In the link you provided, clf refers to classifier.
In the scikit-learn
tutorial, it's short for classifier.:
We call our estimator instance
clf
, as it is a classifier.