Cargo Features
augurs has no features set by default.
[dependencies]
augurs = { version = "0.5.4", features = ["full", "changepoint", "clustering", "dtw", "ets", "forecaster", "mstl", "parallel", "prophet", "prophet-cmdstan", "prophet-compile-cmdstan", "outlier", "seasons"] }
- full = changepoint, clustering, dtw, ets, forecaster, mstl, outlier, parallel, seasons
- changepoint full? = augurs-changepoint
- clustering full? = augurs-clustering
- dtw full? = augurs-dtw
- ets full? = augurs-ets
- forecaster full? = augurs-forecaster
- mstl full? = augurs-mstl
-
Enables mstl of optional augurs-ets
- parallel full?
-
Enables parallel of optional augurs-dtw and optional augurs-outlier
- prophet = augurs-prophet
- prophet-cmdstan
-
Enables cmdstan of augurs-prophet
- prophet-compile-cmdstan
-
Enables compile-cmdstan of augurs-prophet
- outlier full? = augurs-outlier
- seasons full? = augurs-seasons
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.