AAAAAAAAAAAAAAAAAAH 4
This commit is contained in:
parent
188b2f999c
commit
9531913220
7 changed files with 7375 additions and 1541 deletions
BIN
DHPAA-GG_predicted_observed.png
Normal file
BIN
DHPAA-GG_predicted_observed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
ES_predicted_observed.png
Normal file
BIN
ES_predicted_observed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
ES_residuals.png
Normal file
BIN
ES_residuals.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
TotalDHPAA_residuals.png
Normal file
BIN
TotalDHPAA_residuals.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
VA-S_residuals.png
Normal file
BIN
VA-S_residuals.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue