Commit b1a453b
Clearup warnings (#1238)
* np.bool deprecation
* Invalid escape sequence \_
* Series specify dtype
* drop na requires keyword args deprecation
* unspecified np.int size deprecated, use int instead
* deprecated unspeicifed np.int precision
* Element wise comparison failed, will raise error in the future
* Specify explicit dtype for empty series
* metric warnings for mismatch between y_pred and y_true label count
* Quantile transformer n_quantiles larger than n_samples warning ignored
* Silenced convergence warnings
* pass sklearn args as keywords
* np.bool deprecation
* Invalid escape sequence \_
* Series specify dtype
* drop na requires keyword args deprecation
* unspecified np.int size deprecated, use int instead
* deprecated unspeicifed np.int precision
* Element wise comparison failed, will raise error in the future
* Specify explicit dtype for empty series
* metric warnings for mismatch between y_pred and y_true label count
* Quantile transformer n_quantiles larger than n_samples warning ignored
* Silenced convergence warnings
* pass sklearn args as keywords
* flake8'd
* flake8'd
* Fixed CategoricalImputation not accounting for sparse matrices
* Updated to use distro for linux distribution
* Ignore convergence warnings for gaussian process regressor
* Averaging metrics now use zero_division parameter
* Readded scorers to module scope
* flake8'd
* Fix
* Fixed dtype for metalearner no run
* Catch gaussian process iterative fit warning
* Moved ignored warnings to tests
* Correctly type pd.Series
* Revert back to usual iterative fit
* Readded missing iteration increment
* Removed odd backslash
* Fixed imputer for sparse matrices
* Ignore warnings we are aware about in tests
* Flake'd:
* Revert "Fixed imputer for sparse matrices"
This reverts commit 05675ad.
* Revert "Revert "Fixed imputer for sparse matrices""
This reverts commit d031b0d.
* Back to default values
* Reverted to default behaviour with comment
* Added xfail test to document
* flaked
* Fixed test, moved to np.testing for assertion
* Update autosklearn/pipeline/components/data_preprocessing/categorical_encoding/encoding.py
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Matthias Feurer <[email protected]>1 parent 5ad0f0e commit b1a453b
File tree
4 files changed
+85
-19
lines changed- autosklearn
- metalearning/optimizers/metalearn_optimizer
- pipeline/components/regression
- test/test_pipeline
4 files changed
+85
-19
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
36 | 73 | | |
37 | 74 | | |
38 | 75 | | |
| |||
498 | 535 | | |
499 | 536 | | |
500 | 537 | | |
501 | | - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
502 | 542 | | |
503 | 543 | | |
504 | 544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
30 | 57 | | |
31 | 58 | | |
32 | 59 | | |
| |||
180 | 207 | | |
181 | 208 | | |
182 | 209 | | |
183 | | - | |
184 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
185 | 213 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
196 | 225 | | |
197 | 226 | | |
198 | 227 | | |
| |||
0 commit comments