40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"_description": "Regressão polinomial de grau 2 com scaler (obrigatório para evitar overflow)",
|
|
"experiment_run_id": 1003,
|
|
"variable_columns": [
|
|
"303-WIT-200(Value)"
|
|
],
|
|
"target_variable": "03CV020/CORRENTE_N_M1_PV(Value)",
|
|
"bucket_name": "model-training",
|
|
"file_name": "training_data.csv",
|
|
"line_separator": ",",
|
|
"decimal_separator": ".",
|
|
"date_column": "timestamp",
|
|
"date_format": "yyyy-MM-dd HH:mm:ss",
|
|
"train_size": 80,
|
|
"shuffle": true,
|
|
"random_state": 42,
|
|
"model_name": "Polynomial Regression",
|
|
"model_type": "polynomial_regression",
|
|
"data_model_kwargs": {
|
|
"lag_train": {
|
|
"303-WIT-200(Value)": 0
|
|
},
|
|
"lag_val": {
|
|
"303-WIT-200(Value)": 0
|
|
},
|
|
"nan_treatment": "drop",
|
|
"rem_static_win": false,
|
|
"static_threshold": null,
|
|
"start_date": null,
|
|
"end_date": null,
|
|
"support_filters": {},
|
|
"removed_intervals": []
|
|
},
|
|
"model_kwargs": {
|
|
"degree": 2,
|
|
"interaction_only": false,
|
|
"scaler_name": "Standard Scaler"
|
|
},
|
|
"opt_params": {}
|
|
} |