Update frequency code to address FutureWarning in processing.py

#11
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -128,7 +128,7 @@ import pandas as pd
128
 
129
  forecast_df = tfm.forecast_on_df(
130
  inputs=input_df,
131
- freq="M", # monthly
132
  value_name="y",
133
  num_jobs=-1,
134
  )
 
128
 
129
  forecast_df = tfm.forecast_on_df(
130
  inputs=input_df,
131
+ freq="ME", # monthly
132
  value_name="y",
133
  num_jobs=-1,
134
  )