AAAAAAAAAAAAAAAAAAH 4

This commit is contained in:
Die Hernández-Prieto 2024-07-10 19:43:54 +02:00
parent 188b2f999c
commit 9531913220
7 changed files with 7375 additions and 1541 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
ES_predicted_observed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
ES_residuals.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
TotalDHPAA_residuals.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
VA-S_residuals.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -38,7 +38,7 @@ def LGBMfit(X_train, X_test, X_val, y_train, y_test, y_val):
return score
study = optuna.create_study(direction='minimize')
study.optimize(objective, n_trials=25, show_progress_bar=True, timeout=100*10)
study.optimize(objective, n_trials=25, show_progress_bar=True, timeout=60*10)
print('Mejores hiperparámetros:', study.best_params)
print('Mejor score:', study.best_value)

File diff suppressed because one or more lines are too long