Skip to content

Commit 805d409

Browse files
committed
TSML Primer: Improve guidance on index page
Add link to primer on "Advanced Time Series Analysis" page.
1 parent 8552cc4 commit 805d409

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

docs/domain/timeseries/advanced.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ with CrateDB.
2020
</style>
2121

2222

23+
2324
(timeseries-anomaly-forecasting)=
2425
## Anomaly Detection and Forecasting
2526

@@ -80,6 +81,14 @@ to train various timeseries forecasting models.
8081
::::
8182

8283

84+
:::{tip}
85+
The primer about [](#tsml-primer) will introduce you to the concept of time
86+
series modeling, experiment tracking, and corresponding ML Ops paradigms,
87+
which you can use to apply machine learning procedures to your time series
88+
data.
89+
:::
90+
91+
8392
(timeseries-decomposition)=
8493
## Decomposition
8594

docs/domain/timeseries/ml-primer/index.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
11
(timeseries-ml-primer)=
22
(tsml-primer)=
33

4-
# Machine Learning for Time Series Data Primer
4+
# Machine Learning for Time Series Data
55

6-
Learn how to apply machine learning procedures to time series data.
6+
A primer about how to apply machine learning procedures to time series data.
7+
8+
9+
## Time Series Modeling
10+
11+
This section will introduce you to the concept of time series modeling, and
12+
discusses the main obstacles usually faced with during its implementation in
13+
production.
714

815
```{toctree}
916
:maxdepth: 2
1017
1118
introduction
1219
anomaly-detection
20+
```
21+
22+
23+
## MLOps
24+
25+
MLOps / ML Ops is a paradigm that aims to deploy and maintain machine learning
26+
models in production reliably and efficiently, including experiment tracking.
27+
28+
```{toctree}
29+
:maxdepth: 2
30+
1331
mlops-intro
1432
mlops-cratedb-mlflow
1533
mlops-cratedb-sql

0 commit comments

Comments
 (0)