SIENTIAPDE-1579: Added test case scenario to test filter, also updated old scenarios

This commit is contained in:
Kou Kinoshita
2026-02-18 14:24:17 -03:00
parent 54a47a1d96
commit b6eb346a0b
12 changed files with 37159 additions and 0 deletions

37097
docs/data-1749222138290.csv Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 2,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 3,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 2,
"interactionOnly": false,

View File

@@ -17,6 +17,8 @@
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 1,
"interactionOnly": false,

View File

@@ -0,0 +1,42 @@
{
"_description": "Cenário angular-test-01: regressão polinomial degree 4, scaler, support filters em 303-WIT-200",
"experimentName": "angular-test-01",
"username": "lucas.kou@aignosi.com.br",
"modelName": "Polynomial Regression",
"targetVariable": "03CV020/CORRENTE_N_M1_PV(Value)",
"variableColumns": ["303-WIT-200(Value)"],
"lagTrain": {"303-WIT-200(Value)": 0},
"lagVal": {"303-WIT-200(Value)": 0},
"remStaticWin": false,
"lowLim": {},
"uppLim": {},
"window": 0,
"useScaler": true,
"includeAr": false,
"trainSize": 80,
"shuffle": true,
"lineSeparator": ",",
"decimalSeparator": ".",
"dateColumn": "timestamp",
"dateFormat": "yyyy-MM-dd HH:mm:ss",
"removedIntervals": [],
"degree": 4,
"interactionOnly": false,
"nanTreatment": "drop",
"startDate": "2025-06-02 00:00:05",
"endDate": "2025-06-06 15:02:01",
"scalerName": "Standard Scaler",
"supportFilters": {
"303-WIT-200(Value)": {
"upper_line": {
"intercept": 40.400002,
"angle": 0
},
"lower_line": {
"intercept": 30.5,
"angle": 0
}
}
},
"staticThreshold": null
}