MAPIE-TS-Electricity / config.json
rajistics's picture
pushing files to the repo from the example!
f0aebd6
{
"sklearn": {
"columns": [
"Weekofyear",
"Weekday",
"Hour",
"Temperature",
"Lag_1",
"Lag_2",
"Lag_3",
"Lag_4"
],
"environment": [
"scikit-learn=1.1.1"
],
"example_input": {
"Hour": [
0,
1,
2
],
"Lag_1": [
4.215,
3.741,
3.38
],
"Lag_2": [
3.939,
4.215,
3.741
],
"Lag_3": [
4.222,
3.939,
4.215
],
"Lag_4": [
4.568,
4.222,
3.939
],
"Temperature": [
20.45,
19.5,
18.75
],
"Weekday": [
4,
4,
4
],
"Weekofyear": [
1,
1,
1
]
},
"model": {
"file": "skops-0t38e5rm.pkl"
},
"task": "tabular-regression"
}
}