Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intro paragraph for documentation, tutorial titles, gitignore protect… #60

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ share/python-wheels/
*.egg
MANIFEST

.last_checked
.gitattributes
.gitconfig
.DS_Store
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bootstrapped Probabilistic forecasts for Australian domestic tourism"
"# 5. Reconciled Probabilistic Forecasts (Bootstrap)"
]
},
{
Expand All @@ -27,7 +27,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"%%captureBootstrapped\n",
"!pip install hierarchicalforecast\n",
"!pip install -U statsforecast numba statsmodels matplotlib"
]
Expand Down
2 changes: 1 addition & 1 deletion nbs/examples/AustralianDomesticTourism-Intervals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Probabilistic forecasts for Australian domestic tourism"
"# 4. Reconciled Probabilistic Forecasts (Normality)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/examples/AustralianDomesticTourism.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Forecasting Australian domestic tourism"
"# 2. R's Fable/HTS Replication1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/examples/AustralianPrisonPopulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Forecasting Australian prison population"
"# 3. R's Fable/HTS Replication2"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/examples/TourismSmall.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "843cf8de-d678-4243-a8af-d78439058e6a",
"metadata": {},
"source": [
"# Hierarchical Reconciliation for TourismSmall dataset"
"# 1. Reconciliation Quick Start"
]
},
{
Expand Down
6 changes: 4 additions & 2 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"id": "018f6145-b103-4f3e-b4cd-0aab4d8bbdb7",
"metadata": {},
"source": [
"# Hierarchical 👑 Forecast"
"# 👑 Hierarchical Forecast"
]
},
{
"cell_type": "markdown",
"id": "112249bc-95d7-42bd-9eb9-b6bb7dda5b20",
"metadata": {},
"source": [
"**HierarchicalForecast** offers a collection of reconciliation methods, including `BottomUp`, `TopDown`, `MiddleOut`, `MinTrace` and `ERM`. "
"Large collections of time series organized into structures at different aggregation levels often require their forecasts to follow their aggregation constraints, which poses the challenge of creating novel algorithms capable of coherent forecasts.\n",
"\n",
"**HierarchicalForecast** offers a collection of reconciliation methods, including `BottomUp`, `TopDown`, `MiddleOut`, `MinTrace` and `ERM`. Along with data wrangling, evaluation and visualization tools for grouped and hierarchical series."
]
},
{
Expand Down