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