Commit 293dd26
committed
Fix TPOT test mode parameters and disable aeon telemetry
- Update `TPOTClassifierClass` to provide `skopt` compatible parameter spaces (using `Integer`) when both `test_mode` and `bayessearch` are enabled. This ensures tests running with Bayesian optimization do not fail due to incompatible parameter grid formats.
- Set `AEON_TRACKING` environment variable to "False" in `global_params.py` to disable telemetry and prevent potential SSL errors in restricted environments.1 parent 4d56b06 commit 293dd26
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments