diff --git a/src/autogluon/cloud/predictor/timeseries_cloud_predictor.py b/src/autogluon/cloud/predictor/timeseries_cloud_predictor.py index e5018e9..d1a732d 100644 --- a/src/autogluon/cloud/predictor/timeseries_cloud_predictor.py +++ b/src/autogluon/cloud/predictor/timeseries_cloud_predictor.py @@ -182,6 +182,7 @@ def predict_real_time( target=self.target_column, static_features=static_features, accept=accept, + **kwargs ) def predict_proba_real_time(self, **kwargs) -> pd.DataFrame: