Commit 78193d0
committed
refactor(models): Remove unused local
Removed the unused local assignment `global_params = global_parameters` from the `__init__` method of `GradientBoostingClassifierClass`, `H2OAutoMLClass`, and `LightGBMClassifierWrapper`.
This variable was redundant as the `global_parameters` singleton can be accessed directly where needed. This change cleans up the code without affecting functionality.global_params variable1 parent 25495c8 commit 78193d0
3 files changed
Lines changed: 0 additions & 4 deletions
File tree
- ml_grid/model_classes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
0 commit comments