Commit 66b782a
Fixing hps remain active & meta hp configuration (#1536)
* fixing the issue that metalearning tries to use every hp defined in the csv files.
Also fixing the hps remain active bug.
* fixing the issue that metalearning tries to use every hp defined in the csv files.
Also fixing the hps remain active bug.
* fixing the issue that metalearning tries to use every hp defined in the csv files.
Also fixing the hps remain active bug.
* fixing the issue that metalearning tries to use every hp defined in the csv files.
Also fixing the hps remain active bug.
* fixing the issue that metalearning tries to use every hp defined in the csv files.
Also fixing the hps remain active bug.
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fixing ensemble builder
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix search space bug
* fix typing
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* fixing pre-commit
* adding new test. Test if new configuration space is correct.
* add new tests and fixing some issues from PR
* add new tests and fixing some issues from PR
* add new tests and fixing some issues from PR
* add new tests and fixing some issues from PR
* fix-1535-Exception-in-the-fit()-call-of-AutoSklearn (#1539)
* Create PR
* Fix test fixture
* add new tests and fixing some issues from PR
* add new tests and fixing some issues from PR
* chancing metalearning test to check whether the configspace adapts to feat_type or not
* in `test_data_preprocessing_feat_type.py` check for configuration space size
* in `test_data_preprocessing_feat_type.py` check for configuration space size
* in `test_data_preprocessing_feat_type.py` check for configuration space size
* include feedback from review
* include feedback from review
* include feedback from review
* adapted meta_data_generation search space
* Bump docker/build-push-action from 1 to 3 (#1515)
* Bump docker/build-push-action from 1 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v1...v3)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update docker-publish.yml
Replace password by token
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Feurer <[email protected]>
* fix-1532-_ERROR_-asyncio.exceptions.CancelledError (#1540)
* Create PR
* Abstract out dask client types
* Fix _ issue
* Extend scope of dask_client in automl.py
* Add docstring to dask module
* Indent result addition
* Add basic tests for Dask wrappers
* Update config space in meta-data generation script
Co-authored-by: Eddie Bergman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Feurer <[email protected]>1 parent a9d49d4 commit 66b782a
File tree
107 files changed
+1077
-228
lines changed- autosklearn
- evaluation
- experimental
- metalearning
- input
- metalearning
- pipeline
- components
- classification
- data_preprocessing
- balancing
- categorical_encoding
- category_shift
- imputation
- minority_coalescense
- rescaling
- text_encoding
- text_feature_reduction
- variance_threshold
- feature_preprocessing
- regression
- util
- examples
- 40_advanced
- 80_extending
- scripts
- test
- fixtures
- test_evaluation
- test_metalearning/pyMetaLearn
- test_pipeline
- components/data_preprocessing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+1077
-228
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2250 | 2250 | | |
2251 | 2251 | | |
2252 | 2252 | | |
2253 | | - | |
| 2253 | + | |
2254 | 2254 | | |
2255 | 2255 | | |
2256 | 2256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
217 | 222 | | |
218 | 223 | | |
219 | 224 | | |
| 225 | + | |
220 | 226 | | |
221 | 227 | | |
222 | 228 | | |
| |||
294 | 300 | | |
295 | 301 | | |
296 | 302 | | |
297 | | - | |
| 303 | + | |
298 | 304 | | |
299 | | - | |
| 305 | + | |
300 | 306 | | |
301 | 307 | | |
| 308 | + | |
302 | 309 | | |
303 | 310 | | |
304 | 311 | | |
| |||
318 | 325 | | |
319 | 326 | | |
320 | 327 | | |
| 328 | + | |
321 | 329 | | |
322 | 330 | | |
323 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
308 | | - | |
| 309 | + | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
| |||
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
322 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
323 | 326 | | |
324 | 327 | | |
325 | 328 | | |
| |||
515 | 518 | | |
516 | 519 | | |
517 | 520 | | |
518 | | - | |
| 521 | + | |
519 | 522 | | |
520 | 523 | | |
521 | 524 | | |
| |||
679 | 682 | | |
680 | 683 | | |
681 | 684 | | |
682 | | - | |
| 685 | + | |
683 | 686 | | |
684 | 687 | | |
685 | 688 | | |
| |||
798 | 801 | | |
799 | 802 | | |
800 | 803 | | |
801 | | - | |
| 804 | + | |
802 | 805 | | |
803 | 806 | | |
804 | 807 | | |
| |||
939 | 942 | | |
940 | 943 | | |
941 | 944 | | |
942 | | - | |
| 945 | + | |
943 | 946 | | |
944 | 947 | | |
945 | 948 | | |
| |||
1005 | 1008 | | |
1006 | 1009 | | |
1007 | 1010 | | |
1008 | | - | |
| 1011 | + | |
1009 | 1012 | | |
1010 | 1013 | | |
1011 | 1014 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | | - | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
152 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
153 | 159 | | |
154 | 160 | | |
155 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments