Predict class labels using a trained SGD classifier
Predictor of a linear classifier with stochastic gradient descent (SGD). Predict class labels of a table with a trained SGD linear classifier.
See https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html for more details.
Input
Table
The input table
Learned model
The input model
Output
result
The output result