Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.15 #247

Merged
merged 38 commits into from
Jul 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
42f6d69
0.6.15 a1
winedarksea May 18, 2024
c992c93
0.6.15 a2
winedarksea May 18, 2024
40b7d29
0.6.15 a3
winedarksea May 18, 2024
281c8d6
0.6.15 a4
winedarksea May 20, 2024
e5e0fee
0.6.15 a5
winedarksea May 20, 2024
f0fd3f2
0.6.15 a6
winedarksea May 25, 2024
f02fa42
0.6.15 a7
winedarksea Jun 5, 2024
18c38b1
0.6.15 a8
winedarksea Jun 6, 2024
100bb55
0.6.15 a9
winedarksea Jun 11, 2024
a32f26e
0.6.15 a10
winedarksea Jun 11, 2024
fba104c
0.6.15 a11
winedarksea Jun 12, 2024
30407fb
0.6.15 a12
winedarksea Jun 13, 2024
91efa85
0.6.15 a13
winedarksea Jun 14, 2024
85b1f1c
0.6.15 a14
winedarksea Jun 14, 2024
d338f82
0.6.14 a15
winedarksea Jun 14, 2024
fbd04ce
0.6.15 a16
winedarksea Jun 21, 2024
13d911e
0.6.15 a17
winedarksea Jun 21, 2024
76b2e9a
0.6.15 a18
winedarksea Jun 25, 2024
ad73ec7
0.6.15 a19
winedarksea Jun 25, 2024
89f4530
0.6.15 a20
winedarksea Jun 28, 2024
68430d3
0.6.15 a21
winedarksea Jul 2, 2024
d26ad24
0.6.15 a22
winedarksea Jul 3, 2024
5d8ef24
0.6.15 a23
winedarksea Jul 3, 2024
36eee9a
0.6.15 a24
winedarksea Jul 3, 2024
c1679f1
0.6.15 a25
winedarksea Jul 3, 2024
51582c9
0.6.15 a26
winedarksea Jul 5, 2024
6f089b3
0.6.15 a27
winedarksea Jul 10, 2024
8ae9c8d
0.6.15 a28
winedarksea Jul 11, 2024
f218dec
0.6.15 a29
winedarksea Jul 13, 2024
29548f1
0.6.15 a30
winedarksea Jul 13, 2024
e1bff4d
0.6.15 a31
winedarksea Jul 14, 2024
a2021b2
0.6.15 a32
winedarksea Jul 18, 2024
f42d7a7
0.6.15 a33
winedarksea Jul 19, 2024
e173e77
0.6.15 a34
winedarksea Jul 19, 2024
cb044ff
0.6.15 a35
winedarksea Jul 19, 2024
66a8d95
0.6.15 a36
winedarksea Jul 19, 2024
4143312
0.6.15 a37
winedarksea Jul 21, 2024
9297587
0.6.15
winedarksea Jul 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
0.6.15 a12
  • Loading branch information
winedarksea committed Jun 13, 2024
commit 30407fbfe20493710c1633285bb0e3e143d2d92c
16 changes: 12 additions & 4 deletions autots/templates/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@
'TransformationParameters': '{"fillna": "pad", "transformations": {"0": "EWMAFilter", "1": "LevelShiftTransformer", "2": "StandardScaler", "3": "DatepartRegression"}, "transformation_params": {"0": {"span": 7}, "1": {"window_size": 7, "alpha": 2.0, "grouping_forward_limit": 2, "max_level_shifts": 5, "alignment": "average"}, "2": {}, "3": {"regression_model": {"model": "ElasticNet", "model_params": {}}, "datepart_method": "recurring", "polynomial_degree": null, "transform_dict": {"fillna": null, "transformations": {"0": "ScipyFilter"}, "transformation_params": {"0": {"method": "savgol_filter", "method_args": {"window_length": 31, "polyorder": 3, "deriv": 0, "mode": "interp"}}}}, "holiday_countries_used": false}}}',
'Ensemble': 0,
},
"72": {
"72": { # optimized on M5, 58.5 SMAPE
'Model': 'NeuralForecast',
'ModelParameters': '''{"model": "MLP", "scaler_type": "minmax", "loss": "MQLoss", "learning_rate": 0.001, "max_steps": 100, "input_size": 28, "model_args": {"num_layers": 1, "hidden_size": 2560}, "regression_type": null}''',
'TransformationParameters': '''{"fillna": "SeasonalityMotifImputerLinMix", "transformations": {"0": "ClipOutliers", "1": "QuantileTransformer", "2": "SeasonalDifference", "3": "RobustScaler", "4": "ClipOutliers", "5": "MaxAbsScaler"}, "transformation_params": {"0": {"method": "clip", "std_threshold": 3.5, "fillna": null}, "1": {"output_distribution": "normal", "n_quantiles": 100}, "2": {"lag_1": 7, "method": "Mean"}, "3": {}, "4": {"method": "clip", "std_threshold": 4, "fillna": null}, "5": {}}}''',
'TransformationParameters': '''{"fillna": "ffill", "transformations": {"0": "ClipOutliers", "1": "QuantileTransformer", "2": "SeasonalDifference", "3": "RobustScaler", "4": "ClipOutliers", "5": "MaxAbsScaler"}, "transformation_params": {"0": {"method": "clip", "std_threshold": 3.5, "fillna": null}, "1": {"output_distribution": "normal", "n_quantiles": 100}, "2": {"lag_1": 7, "method": "Mean"}, "3": {}, "4": {"method": "clip", "std_threshold": 4, "fillna": null}, "5": {}}}''',
'Ensemble': 0,
},
"73": { # from production_example, mosaic most common, 2024-02-21
Expand All @@ -476,8 +476,16 @@
"76": {
'Model': 'NVAR',
'ModelParameters': '{"k": 2, "ridge_param": 2e-06, "warmup_pts": 1, "seed_pts": 1, "seed_weighted": null, "batch_size": 5, "batch_method": "std_sorted"}',
'TransformationParameters': '{"fillna": "ffill", "transformations": {"0": "HolidayTransformer", "1": "PositiveShift"}, "transformation_params": {"0": {"threshold": 0.9, "splash_threshold": null, "use_dayofmonth_holidays": true, "use_wkdom_holidays": true, "use_wkdeom_holidays": false, "use_lunar_holidays": false, "use_lunar_weekday": false, "use_islamic_holidays": false, "use_hebrew_holidays": false, "anomaly_detector_params": {"method": "rolling_zscore", "method_params": {"distribution": "uniform", "alpha": 0.03, "rolling_periods": 300, "center": true}, "fillna": "ffill", "transform_dict": {"fillna": "nearest", "transformations": {"0": null}, "transformation_params": {"0": {}}}, "isolated_only": false}, "remove_excess_anomalies": true, "impact": "datepart_regression", "regression_params": {"regression_model": {"model": "ElasticNet", "model_params": {"l1_ratio": 0.1, "fit_intercept": true, "selection": "cyclic"}}, "datepart_method": "simple", "polynomial_degree": null, "transform_dict": null, "holiday_countries_used": false}}, "1": {}}}'
}
'TransformationParameters': '{"fillna": "ffill", "transformations": {"0": "HolidayTransformer", "1": "PositiveShift"}, "transformation_params": {"0": {"threshold": 0.9, "splash_threshold": null, "use_dayofmonth_holidays": true, "use_wkdom_holidays": true, "use_wkdeom_holidays": false, "use_lunar_holidays": false, "use_lunar_weekday": false, "use_islamic_holidays": false, "use_hebrew_holidays": false, "anomaly_detector_params": {"method": "rolling_zscore", "method_params": {"distribution": "uniform", "alpha": 0.03, "rolling_periods": 300, "center": true}, "fillna": "ffill", "transform_dict": {"fillna": "nearest", "transformations": {"0": null}, "transformation_params": {"0": {}}}, "isolated_only": false}, "remove_excess_anomalies": true, "impact": "datepart_regression", "regression_params": {"regression_model": {"model": "ElasticNet", "model_params": {"l1_ratio": 0.1, "fit_intercept": true, "selection": "cyclic"}}, "datepart_method": "simple", "polynomial_degree": null, "transform_dict": null, "holiday_countries_used": false}}, "1": {}}}',
"Ensemble": 0,
},
"77": { # optimized on M5, 60 SMAPE 2024-06-06
'Model': 'BallTreeMultivariateMotif',
'ModelParameters': '{"window": 28, "point_method": "median", "distance_metric": "euclidean", "k": 15}',
'TransformationParameters': '{"fillna": "ffill_mean_biased", "transformations": {"0": "QuantileTransformer", "1": "QuantileTransformer", "2": "DatepartRegression"}, "transformation_params": {"0": {"output_distribution": "uniform", "n_quantiles": 1000}, "1": {"output_distribution": "normal", "n_quantiles": 100}, "2": {"regression_model": {"model": "ElasticNet", "model_params": {"l1_ratio": 0.1, "fit_intercept": true, "selection": "cyclic"}}, "datepart_method": "expanded", "polynomial_degree": null, "transform_dict": null, "holiday_countries_used": false}}}',
"Ensemble": 0,
},

}

general_template = pd.DataFrame.from_dict(general_template_dict, orient='index')
Expand Down