Overview of the autots.tools package submodules
masterThe autots.tools package provides a collection of utility modules used for time series analysis, forecasting, and data preprocessing. These submodules cover a wide range of specialized tasks including anomaly detection, statistical modeling, signal processing, and data transformation.
Key functional areas include:
- Statistical & Regression Models:
bayesian_regression,kalman,fast_kalman,fast_kalman_params,regressor, andcointegration. - Signal Processing:
fft(Fast Fourier Transform),fir_filter,wavelet, andwindow_functions. - Data Preprocessing & Transformation:
impute(for missing values),shaping,transform,thresholding, andpercentile. - Time Series Features:
seasonal,calendar,holiday,changepoints, andlunar. - Specialized Analysis:
anomaly_utils,autoencoder,probabilistic, andhierarchial(hierarchical) analysis. - Utilities:
cpu_count,mlflow(for experiment tracking),plotting,profile, andmocks(for testing).