@@ -18,7 +18,7 @@ With multidimensional datasets there are two possible types of work:
1818treatment(X::AbstractDataFrame, treat::Symbol)
1919```
2020
21- Windowing strategies availables for reduce/aggregation time-series datasets.
21+ <!-- Windowing strategies availables for reduce/aggregation time-series datasets.
2222
2323```@docs
2424MovingWindow
@@ -27,21 +27,21 @@ SplitWindow
2727adaptivewindow
2828AbstractWinFunction
2929WinFunction
30- ```
30+ ``` -->
3131
3232# [ Featuresets] (@id featuresets)
3333
3434### Basic Statistics
3535Standard statistical measures: ` maximum ` , ` minimum ` , ` mean ` , ` median ` , ` std ` , ` cov `
3636
37- ### Catch22 Features
37+ <!-- ### Catch22 Features
3838Canonical time-series characteristics covering:
3939- Distribution properties and extreme events
4040- Linear and nonlinear autocorrelation structures
4141- Forecasting performance and scaling properties
42- - Symbolic dynamics and transition patterns
42+ - Symbolic dynamics and transition patterns -->
4343
44- ### Predefined Feature Sets
44+ <!-- ### Predefined Feature Sets
4545
4646- [`base_set`](@ref): Minimal statistical features (4 features)
4747- [`catch9`](@ref): Curated subset combining statistics + key Catch22 (9 features)
@@ -52,20 +52,20 @@ Canonical time-series characteristics covering:
5252
5353The Catch22 features are based on the Canonical Time-series Characteristics:
5454- **Repository**: https://github.com/DynamicsAndNeuralSystems/catch22
55- - ** Paper** : Lubba, C.H., Sethi, S.S., Knaute, P. et al. "catch22: CAnonical Time-series CHaracteristics." * Data Min Knowl Disc* 33, 1821–1852 (2019). https://doi.org/10.1007/s10618-019-00647-x
55+ - **Paper**: Lubba, C.H., Sethi, S.S., Knaute, P. et al. "catch22: CAnonical Time-series CHaracteristics." *Data Min Knowl Disc* 33, 1821–1852 (2019). https://doi.org/10.1007/s10618-019-00647-x -->
5656
57- ``` @docs
57+ <!-- ```@docs
5858base_set
5959catch9
6060catch22_set
6161complete_set
62- ```
62+ ``` -->
6363
6464See also: [ ` treatment ` ] ( @ref ) , [ ` setup_dataset ` ] ( @ref )
6565
6666## All Catch22 Features
6767
68- ``` @docs
68+ <!-- ```@docs
6969mode_5
7070mode_10
7171embedding_dist
@@ -88,4 +88,4 @@ low_freq_power
8888centroid_freq
8989transition_variance
9090periodicity
91- ```
91+ ``` -->
0 commit comments