Skip to content

Commit

Permalink
Merge branch 'main' into torch_load
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory authored Nov 6, 2023
2 parents 4aa0184 + ee09742 commit c98b358
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,31 +91,32 @@ pip install .

## Features
### Model components
* Autoregression: Autocorrelation modelling - linear or NN (AR-Net)
* Trend: Piecewise linear trend with optional automatic changepoint detection
* Autoregression: Autocorrelation modelling - linear or NN (AR-Net).
* Trend: Piecewise linear trend with optional automatic changepoint detection.
* Seasonality: Fourier terms at different periods such as yearly, daily, weekly, hourly.
* Lagged regressors: Lagged observations (e.g temperature sensor) - linear or NN
* Future regressors: In advance known features (e.g. temperature forecast) - linear
* Events: Country holidays & recurring custom events
* Lagged regressors: Lagged observations (e.g temperature sensor) - linear or NN.
* Future regressors: In advance known features (e.g. temperature forecast) - linear.
* Events: Country holidays & recurring custom events.


### Framework features
* Multiple time series: Fit a global/local model with (partially) shared model parameters
* Uncertainty: Estimate values of specific quantiles - Quantile Regression
* Regularize modeling components
* Plotting of forecast components, model coefficients and more
* Time series crossvalidation utility
* Model checkpointing and validation
* Multiple time series: Fit a global/glocal model with (partially) shared model parameters.
* Uncertainty: Estimate values of specific quantiles - Quantile Regression.
* Regularize modelling components.
* Plotting of forecast components, model coefficients and more.
* Time series crossvalidation utility.
* Model checkpointing and validation.



### Coming soon<sup>:tm:</sup>

* Cross-relation of lagged regressors
* Cross-relation and non-linear modeling of future regressors
* Static features / Time series featurization
* Cross-relation of lagged regressors.
* Cross-relation and non-linear modelling of future regressors.
* Static features / Time series featurization.
* Logistic growth for trend component.
* Model bias modelling / correction with secondary model
* Multimodal seasonality
* Model bias modelling / correction with secondary model.
* Multimodal seasonality.

For a list of past changes, please refer to the [releases page](https://github.com/ourownstory/neural_prophet/releases).

Expand Down
9 changes: 4 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c98b358

Please sign in to comment.