From 3d1dc7527d7d8b181c417be3eb9220a1177fbdea Mon Sep 17 00:00:00 2001 From: Brian Raf Date: Mon, 15 Jul 2024 17:36:49 +0000 Subject: [PATCH] Revert "Fixing copyright dates" This reverts commit 299b24ce64b0caf5ecba475dfeb2593b99ef044b. --- qa/L0_optuna_bls_model/check_results.py | 5 ++--- qa/L0_optuna_ensemble_model/check_results.py | 7 ++----- qa/L0_optuna_multi_model/check_results.py | 5 ++--- qa/L0_optuna_search/check_results.py | 6 ++---- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/qa/L0_optuna_bls_model/check_results.py b/qa/L0_optuna_bls_model/check_results.py index 52d26667..ca71f87c 100755 --- a/qa/L0_optuna_bls_model/check_results.py +++ b/qa/L0_optuna_bls_model/check_results.py @@ -58,9 +58,8 @@ def check_profile_logs(self): # Minimum number of trials: 14 (5% of search space) # Maximum number of trials: 28 (10% of search space) # - # Then you have 4 configs (top-3 + default) x (0-9) concurrencies - # 0 because all concurrencies could have been profiled during the optuna run - # 9 because all but one of the concurrencies from 1..1024 still need profiling + # Then you have 4 x (0-9) for the concurrency sweep on Top 3 + default + # 0 because all concurrencies could have been tested during the optuna run expected_min_num_measurements = 14 + 0 expected_max_num_measurements = 28 + 36 diff --git a/qa/L0_optuna_ensemble_model/check_results.py b/qa/L0_optuna_ensemble_model/check_results.py index 98666826..798afa70 100755 --- a/qa/L0_optuna_ensemble_model/check_results.py +++ b/qa/L0_optuna_ensemble_model/check_results.py @@ -59,11 +59,8 @@ def check_profile_logs(self): # Minimum number of trials: 13 (5% of search space) # Maximum number of trials: 27 (10% of search space) # - # - # Then you have 4 configs (top-3 + default) x (0-9) concurrencies - # 0 because all concurrencies could have been profiled during the optuna run - # 9 because all but one of the concurrencies from 1..1024 still need profiling - + # Then you have 4 x (0-9) for the concurrency sweep on Top 3 + default + # 0 because all concurrencies could have been tested during the optuna run expected_min_num_measurements = 13 + 0 expected_max_num_measurements = 27 + 36 diff --git a/qa/L0_optuna_multi_model/check_results.py b/qa/L0_optuna_multi_model/check_results.py index d89c3ef9..baec23d7 100755 --- a/qa/L0_optuna_multi_model/check_results.py +++ b/qa/L0_optuna_multi_model/check_results.py @@ -59,9 +59,8 @@ def check_profile_logs(self): # Minimum number of trials: 32 (2% of search space) # Maximum number of trials: 64 (4% of search space) # - # Then you have 4 configs (top-3 + default) x (0-9) concurrencies - # 0 because all concurrencies could have been profiled during the optuna run - # 9 because all but one of the concurrencies from 1..1024 still need profiling + # Then you have 4 x (0-9) for the concurrency sweep on Top 3 + default + # 0 because all concurrencies could have been tested during the optuna run expected_min_num_measurements = 32 + 0 expected_max_num_measurements = 64 + 36 diff --git a/qa/L0_optuna_search/check_results.py b/qa/L0_optuna_search/check_results.py index 3f4bb024..2aaa9889 100755 --- a/qa/L0_optuna_search/check_results.py +++ b/qa/L0_optuna_search/check_results.py @@ -57,10 +57,8 @@ def check_profile_logs(self): # Minimum number of trials: 22 (5% of search space) # Maximum number of trials: 44 (10% of search space) # - # Then you have 4 configs (top-3 + default) x (0-9) concurrencies - # 0 because all concurrencies could have been profiled during the optuna run - # 9 because all but one of the concurrencies from 1..1024 still need profiling - + # Then you have 4 x (0-9) for the concurrency sweep on Top 3 + default + # 0 because all concurrencies could have been tested during the optuna run expected_min_num_measurements = 22 expected_max_num_measurements = 44 + 36 for model in self._models: