bigframes.ml.imported.TensorFlowModel.predict#
- TensorFlowModel.predict(X: DataFrame | Series | DataFrame | Series) DataFrame[source]#
Predict the result from input DataFrame.
- Parameters:
X (bigframes.dataframe.DataFrame or bigframes.series.Series or pandas.core.frame.DataFrame or pandas.core.series.Series) – Input DataFrame. Schema is defined by the model.
- Returns:
Output DataFrame. Schema is defined by the model.
- Return type: