-
Notifications
You must be signed in to change notification settings - Fork 300
Commit 56a2ac1
[RELEASE] v0.2.1 (#475)
* [FIX] Documentation and docker workflow file (#449)
* fixes to documentation and docker
* fix to docker
* Apply suggestions from code review
* add change log for release (#450)
* [FIX] release docs (#452)
* Release 0.2
* Release 0.2.0
* fix docs new line
* [FIX] ADD forecasting init design to pip data files (#459)
* add forecasting_init.json to data files under setup
* avoid undefined reference in scale_value
* checks for time series dataset split (#464)
* checks for time series dataset split
* maint
* Update autoPyTorch/datasets/time_series_dataset.py
Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
* [FIX] Numerical stability scaling for timeseries forecasting tasks (#467)
* resolve rebase conflict
* add checks for scaling factors
* flake8 fix
* resolve conflict
* [FIX] pipeline options in `fit_pipeline` (#466)
* fix update of pipeline config options in fit pipeline
* fix flake and test
* suggestions from review
* [FIX] results management and visualisation with missing test data (#465)
* add flexibility to avoid checking for test scores
* fix flake and test
* fix bug in tests
* suggestions from review
* [ADD] Robustly refit models in final ensemble in parallel (#471)
* add parallel model runner and update running traditional classifiers
* update pipeline config to pipeline options
* working refit function
* fix mypy and flake
* suggestions from review
* fix mypy and flake
* suggestions from review
* finish documentation
* fix tests
* add test for parallel model runner
* fix flake
* fix tests
* fix traditional prediction for refit
* suggestions from review
* add warning for failed processing of results
* remove unnecessary change
* update autopytorch version number
* update autopytorch version number and the example file
* [DOCS] Release notes v0.2.1 (#476)
* Release 0.2.1
* add release docs
* Update docs/releases.rst
Co-authored-by: Difan Deng <33290713+dengdifan@users.noreply.github.com>1 parent c138dff commit 56a2ac1
File tree
37 files changed
+2814
-306
lines changed- autoPyTorch
- api
- datasets
- ensemble
- evaluation
- optimizer
- pipeline/components
- preprocessing/time_series_preprocessing/scaling
- setup
- forecasting_target_scaling
- network
- traditional_ml
- traditional_learner
- utils
- docs
- examples/20_basics
- test
- test_api
- test_datasets
- test_evaluation
- test_pipeline/components
- preprocessing/forecasting
- setup/forecasting
- test_utils
37 files changed
+2814
-306
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + |
Lines changed: 263 additions & 158 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
| |||
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
85 | + | ||
86 | + | ||
87 | + |
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 | + | ||
697 | + | ||
698 | + | ||
699 | + | ||
700 | + | ||
701 | + | ||
702 | + | ||
703 | + | ||
704 | + | ||
705 | + | ||
706 | + | ||
696 | 707 |
| |
697 | 708 |
| |
698 | 709 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | + | ||
13 | + | ||
14 | + | ||
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| |||
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + |
Lines changed: 17 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 | - | ||
198 | + | ||
199 | + | ||
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
| |||
347 | 348 |
| |
348 | 349 |
| |
349 | 350 |
| |
350 | - | ||
351 | + | ||
351 | 352 |
| |
352 | 353 |
| |
353 | 354 |
| |
| |||
369 | 370 |
| |
370 | 371 |
| |
371 | 372 |
| |
372 | - | ||
373 | + | ||
373 | 374 |
| |
374 | 375 |
| |
375 | 376 |
| |
| |||
430 | 431 |
| |
431 | 432 |
| |
432 | 433 |
| |
433 | - | ||
434 | + | ||
434 | 435 |
| |
435 | 436 |
| |
436 | 437 |
| |
| |||
523 | 524 |
| |
524 | 525 |
| |
525 | 526 |
| |
526 | - | ||
527 | + | ||
527 | 528 |
| |
528 | - | ||
529 | - | ||
529 | + | ||
530 | + | ||
530 | 531 |
| |
531 | 532 |
| |
532 | 533 |
| |
| |||
539 | 540 |
| |
540 | 541 |
| |
541 | 542 |
| |
542 | - | ||
543 | + | ||
543 | 544 |
| |
544 | 545 |
| |
545 | 546 |
| |
| |||
597 | 598 |
| |
598 | 599 |
| |
599 | 600 |
| |
600 | - | ||
601 | + | ||
601 | 602 |
| |
602 | 603 |
| |
603 | 604 |
| |
| |||
608 | 609 |
| |
609 | 610 |
| |
610 | 611 |
| |
611 | - | ||
612 | + | ||
612 | 613 |
| |
613 | 614 |
| |
614 | 615 |
| |
| |||
634 | 635 |
| |
635 | 636 |
| |
636 | 637 |
| |
637 | - | ||
638 | + | ||
638 | 639 |
| |
639 | 640 |
| |
640 | 641 |
| |
| |||
805 | 806 |
| |
806 | 807 |
| |
807 | 808 |
| |
809 | + | ||
810 | + | ||
811 | + | ||
812 | + | ||
813 | + | ||
808 | 814 |
| |
809 | 815 |
| |
810 | 816 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | - | ||
126 | + | ||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 | - | ||
201 | + | ||
202 | 202 |
| |
203 | - | ||
204 | - | ||
205 | - | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | 206 |
| |
207 | - | ||
207 | + | ||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 | - | ||
228 | + | ||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 | - | ||
237 | + | ||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 | - | ||
364 | + | ||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | - | ||
54 | + | ||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | - | ||
116 | + | ||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | - | ||
144 | + | ||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 | - | ||
209 | + | ||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 | - | ||
233 | + | ||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
109 | + | ||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | - | ||
141 | + | ||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 | - | ||
459 | + | ||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
493 | - | ||
493 | + | ||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
| |||
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
553 | - | ||
553 | + | ||
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | - | ||
63 | + | ||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | - | ||
124 | + | ||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | - | ||
152 | + | ||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 | - | ||
423 | + | ||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
| |||
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
455 | - | ||
455 | + | ||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
| |||
506 | 506 |
| |
507 | 507 |
| |
508 | 508 |
| |
509 | - | ||
509 | + | ||
510 | 510 |
| |
511 | 511 |
| |
512 | 512 |
|
0 commit comments