File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1118introduction
1219anomaly-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+
1331mlops-intro
1432mlops-cratedb-mlflow
1533mlops-cratedb-sql
You can’t perform that action at this time.
0 commit comments