autots package¶
Subpackages¶
- autots.datasets package
- Submodules
- autots.datasets.fred module
- autots.datasets.synthetic module
SyntheticDailyGeneratorSyntheticDailyGenerator.SERIES_TYPE_DESCRIPTIONSSyntheticDailyGenerator.TEMPLATE_VERSIONSyntheticDailyGenerator.get_all_labels()SyntheticDailyGenerator.get_anomalies()SyntheticDailyGenerator.get_components()SyntheticDailyGenerator.get_data()SyntheticDailyGenerator.get_holiday_config()SyntheticDailyGenerator.get_holiday_impacts()SyntheticDailyGenerator.get_holiday_splash_impacts()SyntheticDailyGenerator.get_lagged_influences()SyntheticDailyGenerator.get_level_shifts()SyntheticDailyGenerator.get_noise_changepoints()SyntheticDailyGenerator.get_noise_to_signal_ratios()SyntheticDailyGenerator.get_regressor_impacts()SyntheticDailyGenerator.get_regressors()SyntheticDailyGenerator.get_seasonality_changepoints()SyntheticDailyGenerator.get_series_noise_levels()SyntheticDailyGenerator.get_series_scales()SyntheticDailyGenerator.get_series_seasonality_strengths()SyntheticDailyGenerator.get_series_type_description()SyntheticDailyGenerator.get_template()SyntheticDailyGenerator.get_trend_changepoints()SyntheticDailyGenerator.machine_summary()SyntheticDailyGenerator.plot()SyntheticDailyGenerator.render_template()SyntheticDailyGenerator.summary()SyntheticDailyGenerator.to_csv()SyntheticDailyGenerator.tune_to_data()
augment_with_synthetic_bounds()generate_synthetic_daily_data()
- Module contents
SyntheticDailyGeneratorSyntheticDailyGenerator.SERIES_TYPE_DESCRIPTIONSSyntheticDailyGenerator.TEMPLATE_VERSIONSyntheticDailyGenerator.get_all_labels()SyntheticDailyGenerator.get_anomalies()SyntheticDailyGenerator.get_components()SyntheticDailyGenerator.get_data()SyntheticDailyGenerator.get_holiday_config()SyntheticDailyGenerator.get_holiday_impacts()SyntheticDailyGenerator.get_holiday_splash_impacts()SyntheticDailyGenerator.get_lagged_influences()SyntheticDailyGenerator.get_level_shifts()SyntheticDailyGenerator.get_noise_changepoints()SyntheticDailyGenerator.get_noise_to_signal_ratios()SyntheticDailyGenerator.get_regressor_impacts()SyntheticDailyGenerator.get_regressors()SyntheticDailyGenerator.get_seasonality_changepoints()SyntheticDailyGenerator.get_series_noise_levels()SyntheticDailyGenerator.get_series_scales()SyntheticDailyGenerator.get_series_seasonality_strengths()SyntheticDailyGenerator.get_series_type_description()SyntheticDailyGenerator.get_template()SyntheticDailyGenerator.get_trend_changepoints()SyntheticDailyGenerator.machine_summary()SyntheticDailyGenerator.plot()SyntheticDailyGenerator.render_template()SyntheticDailyGenerator.summary()SyntheticDailyGenerator.to_csv()SyntheticDailyGenerator.tune_to_data()
generate_synthetic_daily_data()load_artificial()load_daily()load_hourly()load_linear()load_live_daily()load_monthly()load_sine()load_weekdays()load_weekly()load_yearly()load_zeroes()
- autots.evaluator package
- Submodules
- autots.evaluator.anomaly_detector module
- autots.evaluator.auto_model module
- autots.evaluator.auto_ts module
- autots.evaluator.benchmark module
- autots.evaluator.event_forecasting module
- autots.evaluator.feature_detector module
- autots.evaluator.metrics module
array_last_val()chi_squared_hist_distribution_loss()containment()contour()default_scaler()dwae()full_metric_evaluation()kde()kde_kl_distance()kl_divergence()linearity()mae()mda()mean_absolute_differential_error()mean_absolute_error()medae()median_absolute_error()mlvb()mqae()msle()numpy_ffill()oda()pinball_loss()precomp_wasserstein()qae()rmse()root_mean_square_error()rps()scaled_pinball_loss()smape()smoothness()spl()symmetric_mean_absolute_percentage_error()threshold_loss()unsorted_wasserstein()wasserstein()
- autots.evaluator.validation module
- Module contents
- autots.mcp package
- autots.models package
- Submodules
- autots.models.arch module
- autots.models.base module
- autots.models.basics module
- autots.models.cassandra module
- autots.models.composite module
- autots.models.deepssm module
- autots.models.dnn module
- autots.models.ensemble module
- autots.models.gluonts module
- autots.models.matrix_var module
- autots.models.mlensemble module
- autots.models.model_list module
- autots.models.neural_forecast module
- autots.models.prophet module
- autots.models.pytorch module
- autots.models.sklearn module
- autots.models.statsmodels module
- autots.models.tide module
- Module contents
- autots.templates package
- autots.tools package
- Submodules
- autots.tools.anomaly_utils module
anomaly_df_to_holidays()anomaly_new_params()create_dates_df()dates_to_holidays()detect_anomalies()fit_anomaly_classifier()gaussian_mixture()holiday_new_params()limits_to_anomalies()loop_sk_outliers()nonparametric_multivariate()score_to_anomaly()sk_outliers()values_to_anomalies()zscore_survival_function()
- autots.tools.autoencoder module
- autots.tools.bayesian_regression module
- autots.tools.calendar module
- autots.tools.changepoints module
ChangepointDetectorChangepointDetector.create_features()ChangepointDetector.detect()ChangepointDetector.fit()ChangepointDetector.fit_transform()ChangepointDetector.get_market_changepoints()ChangepointDetector.get_new_params()ChangepointDetector.inverse_transform()ChangepointDetector.plot()ChangepointDetector.transform()
changepoint_fcst_from_last_row()create_changepoint_features()find_market_changepoints_multivariate()generate_random_changepoint_params()half_yr_spacing()
- autots.tools.cointegration module
- autots.tools.constraint module
- autots.tools.cpu_count module
- autots.tools.fast_kalman module
- autots.tools.fast_kalman_params module
- autots.tools.fft module
- autots.tools.fir_filter module
- autots.tools.g7xx_codec module
- autots.tools.hierarchial module
- autots.tools.holiday module
- autots.tools.impute module
- autots.tools.kalman module
- autots.tools.lunar module
- autots.tools.mocks module
- autots.tools.percentile module
- autots.tools.plotting module
- autots.tools.probabilistic module
- autots.tools.profile module
- autots.tools.regressor module
- autots.tools.seasonal module
- autots.tools.shaping module
- autots.tools.thresholding module
- autots.tools.transform module
- autots.tools.wavelet module
- autots.tools.window_functions module
chunk_reshape()last_window()np_2d_arange()retrieve_closest_indices()rolling_window_view()sliding_window_view()window_id_maker()window_lin_reg()window_lin_reg_mean()window_lin_reg_mean_no_nan()window_maker()window_maker_2()window_maker_3()window_sum_mean()window_sum_mean_nan_tail()window_sum_nan_mean()
- Module contents