-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add itr argument to fit method and minor adds (#9)
* Add itr arguments to fit method * Add links to papers in README * Add project information in pyproject
- Loading branch information
Showing
4 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
[tool.poetry] | ||
name = "probabilistic-reconciliation" | ||
version = "0.0.2" | ||
version = "0.0.3" | ||
description = "Probabilistic reconciliation of time series forecasts" | ||
authors = ["Simon Dirmeier <[email protected]>"] | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
homepage = "https://github.com/dirmeier/reconcile" | ||
keywords = ["probabilistic reconciliation", "forecasting", "timeseries", "hierarchical time series"] | ||
classifiers=[ | ||
"Development Status :: 1 - Planning", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
] | ||
packages = [{include = "reconcile"}] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters