1+ {
2+ "Scenario": "Forecasting",
3+ "DataSource": {
4+ "Version": 3,
5+ "EscapeCharacter": "\"",
6+ "ReadMultiLines": false,
7+ "KeepDiacritics": false,
8+ "KeepPunctuations": false,
9+ "AllowQuoting": false,
10+ "Type": "TabularFile",
11+ "FilePath": "D:\\BI\\가격예측\\전체월별매출.CSV",
12+ "Delimiter": ",",
13+ "DecimalMarker": ".",
14+ "HasHeader": true,
15+ "ColumnProperties": [
16+ {
17+ "ColumnName": "Date",
18+ "ColumnPurpose": "Feature",
19+ "ColumnDataFormat": "String",
20+ "IsCategorical": false,
21+ "Type": "Column",
22+ "Version": 5
23+ },
24+ {
25+ "ColumnName": "Price",
26+ "ColumnPurpose": "Feature",
27+ "ColumnDataFormat": "Single",
28+ "IsCategorical": false,
29+ "Type": "Column",
30+ "Version": 5
31+ }
32+ ]
33+ },
34+ "Environment": {
35+ "Type": "LocalCPU",
36+ "Version": 1
37+ },
38+ "RunHistory": {
39+ "Version": 3,
40+ "Type": "Result",
41+ "Trials": [
42+ {
43+ "Version": 1,
44+ "Type": "Trial",
45+ "TrainerName": "ForecastBySsa",
46+ "Score": 13626.667831355951,
47+ "RuntimeInSeconds": 0.056,
48+ "Parameter": {
49+ "_SCHEMA_": "e0",
50+ "e0": {
51+ "WindowSize": 2,
52+ "SeriesLength": 10,
53+ "TrainSize": 17,
54+ "Horizon": 20,
55+ "OutputColumnName": "Price",
56+ "InputColumnName": "Price",
57+ "ConfidenceLowerBoundColumn": "Price_LB",
58+ "ConfidenceUpperBoundColumn": "Price_UB"
59+ }
60+ }
61+ },
62+ {
63+ "Version": 1,
64+ "Type": "Trial",
65+ "TrainerName": "ForecastBySsa",
66+ "Score": 13626.667831355951,
67+ "RuntimeInSeconds": 0.002,
68+ "Parameter": {
69+ "_SCHEMA_": "e0",
70+ "e0": {
71+ "WindowSize": 2,
72+ "SeriesLength": 2712,
73+ "TrainSize": 17,
74+ "Horizon": 20,
75+ "OutputColumnName": "Price",
76+ "InputColumnName": "Price",
77+ "ConfidenceLowerBoundColumn": "Price_LB",
78+ "ConfidenceUpperBoundColumn": "Price_UB"
79+ }
80+ }
81+ },
82+ {
83+ "Version": 1,
84+ "Type": "Trial",
85+ "TrainerName": "ForecastBySsa",
86+ "Score": 13626.667831355951,
87+ "RuntimeInSeconds": 0.003,
88+ "Parameter": {
89+ "_SCHEMA_": "e0",
90+ "e0": {
91+ "WindowSize": 2,
92+ "SeriesLength": 978,
93+ "TrainSize": 17,
94+ "Horizon": 20,
95+ "OutputColumnName": "Price",
96+ "InputColumnName": "Price",
97+ "ConfidenceLowerBoundColumn": "Price_LB",
98+ "ConfidenceUpperBoundColumn": "Price_UB"
99+ }
100+ }
101+ },
102+ {
103+ "Version": 1,
104+ "Type": "Trial",
105+ "TrainerName": "ForecastBySsa",
106+ "Score": 13626.667831355951,
107+ "RuntimeInSeconds": 0.002,
108+ "Parameter": {
109+ "_SCHEMA_": "e0",
110+ "e0": {
111+ "WindowSize": 2,
112+ "SeriesLength": 437,
113+ "TrainSize": 17,
114+ "Horizon": 20,
115+ "OutputColumnName": "Price",
116+ "InputColumnName": "Price",
117+ "ConfidenceLowerBoundColumn": "Price_LB",
118+ "ConfidenceUpperBoundColumn": "Price_UB"
119+ }
120+ }
121+ },
122+ {
123+ "Version": 1,
124+ "Type": "Trial",
125+ "TrainerName": "ForecastBySsa",
126+ "Score": 13626.667831355951,
127+ "RuntimeInSeconds": 0.002,
128+ "Parameter": {
129+ "_SCHEMA_": "e0",
130+ "e0": {
131+ "WindowSize": 2,
132+ "SeriesLength": 31,
133+ "TrainSize": 17,
134+ "Horizon": 20,
135+ "OutputColumnName": "Price",
136+ "InputColumnName": "Price",
137+ "ConfidenceLowerBoundColumn": "Price_LB",
138+ "ConfidenceUpperBoundColumn": "Price_UB"
139+ }
140+ }
141+ }
142+ ],
143+ "Estimators": {
144+ "e0": "ForecastBySsa"
145+ },
146+ "Schema": "e0",
147+ "MetricName": "RMSE",
148+ "ModelFilePath": "D:\\Code\\Webnori\\NetCoreLabs\\ActorLib\\MLPricePredictionModel.mlnet"
149+ },
150+ "Type": "TrainingConfig",
151+ "Version": 5,
152+ "TrainingOption": {
153+ "Version": 3,
154+ "OptimizeMetric": "RMSE",
155+ "Subsampling": false,
156+ "Tuner": "eci-cfo",
157+ "Type": "ForecastingTrainingOption",
158+ "TrainingTime": 10,
159+ "UseCrossValidation": false,
160+ "Horizon": 20,
161+ "TimeColumn": "Date",
162+ "LabelColumn": "Price",
163+ "UseDefaultIndex": false,
164+ "ValidationOption": {
165+ "Version": 0,
166+ "Type": "CrossValidationValidationOption",
167+ "NumberOfFolds": 5
168+ }
169+ }
170+ }
0 commit comments