@@ -34,8 +34,9 @@ detection and/or [forecasting] methods.
3434
3535::::{info-card}
3636
37- :::{grid-item} ** Use MLflow for time series anomaly detection and time series forecasting **
37+ :::{grid-item}
3838:columns: auto 9 9 9
39+ ** Use MLflow for time series anomaly detection and time series forecasting**
3940
4041Guidelines and runnable code to get started with [ MLflow] and CrateDB, exercising
4142time series anomaly detection and time series forecasting / prediction using
@@ -58,8 +59,9 @@ NumPy, Merlion, and Matplotlib.
5859
5960::::{info-card}
6061
61- :::{grid-item} ** Use PyCaret to train time series forecasting models **
62+ :::{grid-item}
6263:columns: auto 9 9 9
64+ ** Use PyCaret to train time series forecasting models**
6365
6466This notebook explores the [ PyCaret] framework and shows how to use it
6567to train various time series forecasting models.
@@ -107,8 +109,9 @@ effectively.
107109
108110::::{info-card}
109111
110- :::{grid-item} ** Analyze trend, seasonality, and fluctuations with PyCaret and CrateDB **
112+ :::{grid-item}
111113:columns: auto 9 9 9
114+ ** Analyze trend, seasonality, and fluctuations with PyCaret and CrateDB**
112115
113116Learn how to extract data from CrateDB for analysis in PyCaret, how to
114117further preprocess it and how to use PyCaret to plot time series
@@ -148,8 +151,9 @@ engineering and model building.
148151
149152::::{info-card}
150153
151- :::{grid-item} ** Exploratory data analysis (EDA) with PyCaret and CrateDB **
154+ :::{grid-item}
152155:columns: auto 9 9 9
156+ ** Exploratory data analysis (EDA) with PyCaret and CrateDB**
153157
154158Learn how to access time series data from CrateDB using SQL, and how to apply
155159exploratory data analysis (EDA) with PyCaret.
@@ -189,8 +193,9 @@ operations.
189193
190194::::{info-card}
191195
192- :::{grid-item} ** Analyzing Device Readings with Metadata Integration **
196+ :::{grid-item}
193197:columns: auto 9 9 9
198+ ** Analyzing Device Readings with Metadata Integration**
194199
195200This tutorial illustrates how to augment time series data with metadata, in
196201order to enable more comprehensive analysis. It uses a time series dataset that
@@ -220,8 +225,9 @@ CrateDB offers enhanced features for analysing time series data.
220225
221226::::{info-card}
222227
223- :::{grid-item} ** Analyzing Weather Data **
228+ :::{grid-item}
224229:columns: 9
230+ ** Analyzing Weather Data**
225231
226232Run aggregations with gap filling / interpolation, using common
227233table expressions (CTEs) and LAG / LEAD window functions.
0 commit comments