You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an issue running robynpy since the current implementation converts the dates to a formatted string (YYYY-MM-DD) using dt.strftime() in the _prepare_data method of the FeatureEngineering class, which results in dt_transform["ds"] being of type string. This causes issues when comparing dt_transform["ds"] with the window_start in the _create_rolling_window_data method of the same class.
The text was updated successfully, but these errors were encountered:
I'm getting an issue running robynpy since the current implementation converts the dates to a formatted string (YYYY-MM-DD) using dt.strftime() in the _prepare_data method of the FeatureEngineering class, which results in dt_transform["ds"] being of type string. This causes issues when comparing dt_transform["ds"] with the window_start in the _create_rolling_window_data method of the same class.
The text was updated successfully, but these errors were encountered: