Johannesj00 commited on
Commit
25d8a35
·
verified ·
1 Parent(s): 1755a1e

Upload 2 files

Browse files
Files changed (2) hide show
  1. best_params.json +16 -0
  2. feature_cols.json +22 -0
best_params.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_estimators": 8000,
3
+ "learning_rate": 0.027328008186879492,
4
+ "num_leaves": 143,
5
+ "max_depth": -1,
6
+ "min_child_samples": 11,
7
+ "subsample": 0.9985014799031697,
8
+ "subsample_freq": 1,
9
+ "colsample_bytree": 0.9861677405155175,
10
+ "reg_alpha": 0.017106998386865798,
11
+ "reg_lambda": 4.445381415737546,
12
+ "min_split_gain": 0.037741421668275876,
13
+ "n_jobs": -1,
14
+ "n_estimators_final": 269,
15
+ "opt_metric": "rmse_energy_monthly_kwh"
16
+ }
feature_cols.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ "era5_ws_10m",
3
+ "era5_ws_100m",
4
+ "era5_ws_hub",
5
+ "era5_wd_10m",
6
+ "era5_wd_100m",
7
+ "era5_shear_alpha",
8
+ "era5_t2m_K",
9
+ "era5_d2m_K",
10
+ "era5_sp_Pa",
11
+ "era5_air_density_kgm3",
12
+ "era5_surface_roughness_m",
13
+ "era5_friction_velocity_ms",
14
+ "hour_sin",
15
+ "hour_cos",
16
+ "doy_sin",
17
+ "doy_cos",
18
+ "hub_height_m",
19
+ "rated_power_kw",
20
+ "rotor_diameter_m",
21
+ "specific_power_wpm2"
22
+ ]