Cargo Features

augurs has no features set by default.

[dependencies]
augurs = { version = "0.5.0", 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.

augurs-changepoint changepoint?
augurs-clustering clustering?
augurs-dtw dtw?
augurs-ets ets?
augurs-forecaster forecaster?
augurs-mstl mstl?
augurs-outlier outlier?
augurs-prophet prophet? prophet-cmdstan? prophet-compile-cmdstan?
augurs-seasons seasons?