facebookexperimental / facebookexperimental/Robyn

Issue with Timestamp Comparison in dt_transform

Open
#1,223 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
1.5k
Forks
433
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.