Chris Gervais
05/25/2022, 2:35 PMS_df
dataframe? i'm on v0.0.9
and it asks for:
S_df: pd.DataFrame
Static exogenous variables with columns ['unique_id', 'ds'] and static variables.
i assumed it would look similar to the Y_df
dataframe, with columns for unique_id, ds, y
, but on .fit
it throws the following error:
ValueError('Found duplicated unique_ids in S_df')
i think because we have unique_id, ds
as a time series in S_df
, any ideas on what i'm missing?S_df=None
and seemed to work fine 👍fede
05/25/2022, 10:35 PM