freebsd-ports/devel/py-fbprophet/pkg-descr
Dan Langille 677c5b3ab8 Add prophet, a tool for producing high quality forecasts for time series data
that has multiple seasonality with linear or non-linear growth.

Submitted by:	Gilbert Morgan <gmm@tutanota.com> (via private email)
2019-09-03 19:30:29 +00:00

8 lines
424 B
Text

Implements a procedure for forecasting time series data based on an additive
model where non-linear trends are fit with yearly, weekly, and daily
seasonality, plus holiday effects. It works best with time series that have
strong seasonal effects and several seasons of historical data. Prophet is
robust to missing data and shifts in the trend, and typically handles outliers
well.
WWW: https://github.com/facebook/prophet