Nixtla / utilsforecast

https://nixtlaverse.nixtla.io/utilsforecast
Apache License 2.0
35 stars 6 forks source link

support target_col=None in process_df #77

Closed jmoralez closed 3 months ago

jmoralez commented 3 months ago

The process_df function sets the target col at the start of the data and was required to be a string. This was problematic for cases where we don't have a target (like here), so this adds the possibility to set target_col=None which will just set the data as the value columns.

Also addresses some deprecation warnings regarding pandas frequencies.

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB