2020
2121extension_star_count : 11
2222extension_star_count_pretty : 11
23- extension_download_count : 446
24- extension_download_count_pretty : 446
23+ extension_download_count : 432
24+ extension_download_count_pretty : 432
2525image : ' /images/community_extensions/social_preview/preview_community_extension_anofox_forecast.png'
2626layout : community_extension_doc
2727---
@@ -47,39 +47,44 @@ LOAD {{ page.extension.name }};
4747
4848<div class="extension_functions_table"></div>
4949
50- | function_name | function_type | description | comment | examples |
51- |----------------------------|---------------|-------------|---------|----------|
52- | forecast | table | NULL | NULL | |
53- | ts_analyze_seasonality | scalar | NULL | NULL | |
54- | ts_bias | scalar | NULL | NULL | |
55- | ts_coverage | scalar | NULL | NULL | |
56- | ts_detect_changepoints | table_macro | NULL | NULL | |
57- | ts_detect_changepoints_agg | aggregate | NULL | NULL | |
58- | ts_detect_changepoints_by | table_macro | NULL | NULL | |
59- | ts_detect_seasonality | scalar | NULL | NULL | |
60- | ts_detect_seasonality_all | table_macro | NULL | NULL | |
61- | ts_drop_constant | table_macro | NULL | NULL | |
62- | ts_drop_leading_zeros | table_macro | NULL | NULL | |
63- | ts_drop_short | table_macro | NULL | NULL | |
64- | ts_drop_trailing_zeros | table_macro | NULL | NULL | |
65- | ts_drop_zeros | table_macro | NULL | NULL | |
66- | ts_fill_gaps | table_macro | NULL | NULL | |
67- | ts_fill_nulls_backward | table_macro | NULL | NULL | |
68- | ts_fill_nulls_forward | table_macro | NULL | NULL | |
69- | ts_fill_nulls_mean | table_macro | NULL | NULL | |
70- | ts_forecast | table_macro | NULL | NULL | |
71- | ts_forecast_agg | aggregate | NULL | NULL | |
72- | ts_forecast_by | table_macro | NULL | NULL | |
73- | ts_mae | scalar | NULL | NULL | |
74- | ts_mape | scalar | NULL | NULL | |
75- | ts_mase | scalar | NULL | NULL | |
76- | ts_mqloss | scalar | NULL | NULL | |
77- | ts_mse | scalar | NULL | NULL | |
78- | ts_quantile_loss | scalar | NULL | NULL | |
79- | ts_r2 | scalar | NULL | NULL | |
80- | ts_rmae | scalar | NULL | NULL | |
81- | ts_rmse | scalar | NULL | NULL | |
82- | ts_smape | scalar | NULL | NULL | |
83- | ts_stats | table_macro | NULL | NULL | |
50+ | function_name | function_type | description | comment | examples |
51+ |------------------------------|---------------|-------------|---------|----------|
52+ | forecast | table | NULL | NULL | |
53+ | ts_analyze_seasonality | scalar | NULL | NULL | |
54+ | ts_bias | scalar | NULL | NULL | |
55+ | ts_coverage | scalar | NULL | NULL | |
56+ | ts_detect_changepoints | table_macro | NULL | NULL | |
57+ | ts_detect_changepoints_agg | aggregate | NULL | NULL | |
58+ | ts_detect_changepoints_by | table_macro | NULL | NULL | |
59+ | ts_detect_seasonality | scalar | NULL | NULL | |
60+ | ts_detect_seasonality_all | table_macro | NULL | NULL | |
61+ | ts_drop_constant | table_macro | NULL | NULL | |
62+ | ts_drop_leading_zeros | table_macro | NULL | NULL | |
63+ | ts_drop_short | table_macro | NULL | NULL | |
64+ | ts_drop_trailing_zeros | table_macro | NULL | NULL | |
65+ | ts_drop_zeros | table_macro | NULL | NULL | |
66+ | ts_features | aggregate | NULL | NULL | |
67+ | ts_features_config_from_csv | scalar | NULL | NULL | |
68+ | ts_features_config_from_json | scalar | NULL | NULL | |
69+ | ts_features_config_template | table | NULL | NULL | |
70+ | ts_features_list | table | NULL | NULL | |
71+ | ts_fill_gaps | table_macro | NULL | NULL | |
72+ | ts_fill_nulls_backward | table_macro | NULL | NULL | |
73+ | ts_fill_nulls_forward | table_macro | NULL | NULL | |
74+ | ts_fill_nulls_mean | table_macro | NULL | NULL | |
75+ | ts_forecast | table_macro | NULL | NULL | |
76+ | ts_forecast_agg | aggregate | NULL | NULL | |
77+ | ts_forecast_by | table_macro | NULL | NULL | |
78+ | ts_mae | scalar | NULL | NULL | |
79+ | ts_mape | scalar | NULL | NULL | |
80+ | ts_mase | scalar | NULL | NULL | |
81+ | ts_mqloss | scalar | NULL | NULL | |
82+ | ts_mse | scalar | NULL | NULL | |
83+ | ts_quantile_loss | scalar | NULL | NULL | |
84+ | ts_r2 | scalar | NULL | NULL | |
85+ | ts_rmae | scalar | NULL | NULL | |
86+ | ts_rmse | scalar | NULL | NULL | |
87+ | ts_smape | scalar | NULL | NULL | |
88+ | ts_stats | table_macro | NULL | NULL | |
8489
8590
0 commit comments