DaalLinearRegressionModel predict¶
-
predict
(self, frame, feature_columns, label_columns)¶ [ALPHA] Make new frame with column for label prediction.
Parameters: frame : Frame
feature_columns : list
label_columns : list
Returns: : Frame
- frame:
Frame containing the original frame’s columns and a column with the predicted value.
Predict the labels for a test frame and create a new frame revision with existing columns and a new predicted value column.