my_solar_model / config.json
ayyuce's picture
pushing files to the repo from the example!
4edd794
{
"sklearn": {
"columns": [
"DAILY_YIELD",
"TOTAL_YIELD",
"AMBIENT_TEMPERATURE",
"MODULE_TEMPERATURE",
"IRRADIATION",
"DC_POWER"
],
"environment": [
"scikit-learn=1.0"
],
"example_input": {
"AMBIENT_TEMPERATURE": [
21.4322062,
27.322759933333337,
25.56246340000001
],
"DAILY_YIELD": [
0.0,
996.4285714,
685.0
],
"DC_POWER": [
0.0,
8358.285714,
6741.285714
],
"IRRADIATION": [
0.0,
0.6465474886666664,
0.498367802
],
"MODULE_TEMPERATURE": [
19.826896066666663,
45.7407144,
38.252356133333336
],
"TOTAL_YIELD": [
7218223.0,
6366043.429,
6372656.0
]
},
"model": {
"file": "solar.pkl"
},
"task": "tabular-regression"
}
}