Skip to content

Commit 1a5bca8

Browse files
author
CARME Antoine
authored
Update README.md
1 parent 5045b93 commit 1a5bca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The following features are available :
9292
are estimated using scikit-learn linear regression models.
9393
* Standard performance measures are used (L1, RMSE, MAPE, etc)
9494
4. PyAF analyzes the **time variable** and infers the frequency from the data.
95+
* Natural time frequencies are supported : Minute, Hour, Day, Week, Month.
9596
* Strange frequencies like every 3.2 days or every 17 minutes are supported if data are recorded accordingly (every other Monday => two weeks frequency).
9697
* 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)).
9798
* The frequency is used to generate values for future dates automatically.

0 commit comments

Comments
 (0)