SIENTIAPDE-1579: Fixed data preprocessor
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
"shuffle": true,
|
||||
"lineSeparator": ",",
|
||||
"decimalSeparator": ".",
|
||||
"dateColumn": "timestamp",
|
||||
"dateFormat": "yyyy-MM-dd HH:mm:ss",
|
||||
"removedIntervals": [],
|
||||
"degree": 1,
|
||||
"interactionOnly": false,
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
"shuffle": true,
|
||||
"lineSeparator": ",",
|
||||
"decimalSeparator": ".",
|
||||
"dateColumn": "DATA",
|
||||
"dateFormat": "dd/MM/yyyy HH:mm:ss",
|
||||
"removedIntervals": [],
|
||||
"degree": 1,
|
||||
"interactionOnly": false,
|
||||
|
||||
31
docs/test-scenarios/13-angular-test-double-date-column.json
Normal file
31
docs/test-scenarios/13-angular-test-double-date-column.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"_description": "Cenário angular-test: CV022 WIT230 com ficheiro double date column e intervalo curto (00:00 a 00:05)",
|
||||
"experimentName": "angular-test",
|
||||
"username": "lucas.kou@aignosi.com.br",
|
||||
"modelName": "Linear Regression",
|
||||
"targetVariable": "03CV022/CORRENTE_N_M1_PV(Value)",
|
||||
"variableColumns": ["303-WIT-230(Value)"],
|
||||
"lagTrain": {"303-WIT-230(Value)": 0},
|
||||
"lagVal": {"303-WIT-230(Value)": 0},
|
||||
"remStaticWin": false,
|
||||
"lowLim": {},
|
||||
"uppLim": {},
|
||||
"window": 0,
|
||||
"useScaler": false,
|
||||
"includeAr": false,
|
||||
"trainSize": 80,
|
||||
"shuffle": true,
|
||||
"lineSeparator": ",",
|
||||
"decimalSeparator": ".",
|
||||
"dateColumn": "DATA",
|
||||
"dateFormat": "dd/MM/yyyy HH:mm:ss",
|
||||
"removedIntervals": [],
|
||||
"degree": 1,
|
||||
"interactionOnly": false,
|
||||
"nanTreatment": "drop",
|
||||
"startDate": "01/05/2022 00:00:00",
|
||||
"endDate": "01/05/2022 00:05:10",
|
||||
"scalerName": "None",
|
||||
"supportFilters": {},
|
||||
"staticThreshold": null
|
||||
}
|
||||
Reference in New Issue
Block a user