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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ The following features are available :
92
92
are estimated using scikit-learn linear regression models.
93
93
* Standard performance measures are used (L1, RMSE, MAPE, etc)
94
94
4. PyAF analyzes the **time variable** and infers the frequency from the data.
95
+
* Natural time frequencies are supported : Minute, Hour, Day, Week, Month.
95
96
* Strange frequencies like every 3.2 days or every 17 minutes are supported if data are recorded accordingly (every other Monday => two weeks frequency).
96
97
* The frequency is computed as the mean duration between consecutive observations by default (as a [pandas DateOffset](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.tseries.offsets.DateOffset.html)).
97
98
* The frequency is used to generate values for future dates automatically.
0 commit comments