Skip to content

Commit bb52ab1

Browse files
committed
make titles consistent across notebooks
1 parent 7978870 commit bb52ab1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

examples/README_example.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Quick start: Forecasting with synthetic data\n",
8+
"\n",
79
"In this notebook, we train Treeffuser on synthethic data and then visualize both the original and model-generated samples to explore how well Treeffuser captures the underlying distribution of the data."
810
]
911
},

examples/m5-news-vendor-notebook.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Forecasting Walmart sales with Treeffuser\n",
8+
"\n",
79
"In this tutorial we show how to use Treeffuser to model and forecast Walmart sales using the M5 forecasting dataset from Kaggle."
810
]
911
},
1012
{
1113
"cell_type": "markdown",
1214
"metadata": {},
1315
"source": [
14-
"# Getting started\n"
16+
"## Getting started\n"
1517
]
1618
},
1719
{
@@ -128,9 +130,9 @@
128130
"cell_type": "markdown",
129131
"metadata": {},
130132
"source": [
131-
"# The data\n",
133+
"## The data\n",
132134
"\n",
133-
"## Preprocessing\n",
135+
"### Preprocessing\n",
134136
"`sell_prices_df` contains the prices of each item in each store at a given time. The `wm_yr_wk` is a unique identifier for the time."
135137
]
136138
},
@@ -786,7 +788,7 @@
786788
"cell_type": "markdown",
787789
"metadata": {},
788790
"source": [
789-
"## Train and test sets"
791+
"### Train and test sets"
790792
]
791793
},
792794
{
@@ -1140,7 +1142,7 @@
11401142
"cell_type": "markdown",
11411143
"metadata": {},
11421144
"source": [
1143-
"# Probabilistic predictions with Treeffuser\n",
1145+
"## Probabilistic predictions with Treeffuser\n",
11441146
"\n",
11451147
"We regress the sales on the following covariates."
11461148
]

0 commit comments

Comments
 (0)