prem_raj
New Contributor II

Hi Suteja,

Thanks for the reply. I have tried to use the mentioned time input and still it fails with the different error

{"error_code": "BAD_REQUEST", "message": "Invalid input. Data is not compatible with model signature. Failed to convert column DATE to type 'datetime64[ns]'. Error: 'Cannot use .astype to convert from timezone-aware dtype to timezone-naive dtype. Use obj.tz_localize(None) or obj.tz_convert('UTC').tz_localize(None) instead.'"}

After looking into the notebook, i have figured out that the forecasting models are not logging with signature or input_example using mlfow like the one for regression/classification models. In the notebook below like just logs the model doesn't specify signature(Is that the issue)?

mlflow_prophet_log_model(prophet_model)

I m trying to add input_example and model signature to enable the inferencing and validate.