Auto-PyTorch
Auto-PyTorch copied to clipboard
[refactor] Separate all_nan_columns detection
Refactoring
Codecov Report
Merging #401 (56f58b4) into development (048656e) will decrease coverage by
0.19%
. The diff coverage is92.00%
.
@@ Coverage Diff @@
## development #401 +/- ##
===============================================
- Coverage 84.15% 83.96% -0.20%
===============================================
Files 175 175
Lines 10169 10177 +8
Branches 1747 1744 -3
===============================================
- Hits 8558 8545 -13
- Misses 1112 1133 +21
Partials 499 499
Impacted Files | Coverage Δ | |
---|---|---|
autoPyTorch/data/tabular_feature_validator.py | 92.39% <91.30%> (+0.25%) |
:arrow_up: |
autoPyTorch/data/utils.py | 91.48% <100.00%> (+0.18%) |
:arrow_up: |
...eline/components/setup/optimizer/base_optimizer.py | 80.95% <0.00%> (-19.05%) |
:arrow_down: |
...abular_preprocessing/base_tabular_preprocessing.py | 66.66% <0.00%> (-13.34%) |
:arrow_down: |
...ne/components/setup/lr_scheduler/base_scheduler.py | 93.10% <0.00%> (-6.90%) |
:arrow_down: |
...up/network_initializer/base_network_initializer.py | 93.54% <0.00%> (-6.46%) |
:arrow_down: |
.../pipeline/components/setup/network/base_network.py | 88.05% <0.00%> (-5.98%) |
:arrow_down: |
...nts/setup/early_preprocessor/EarlyPreprocessing.py | 85.71% <0.00%> (-5.72%) |
:arrow_down: |
...re_preprocessing/SelectPercentileClassification.py | 89.47% <0.00%> (-5.27%) |
:arrow_down: |
...peline/components/training/trainer/MixUpTrainer.py | 97.14% <0.00%> (-2.86%) |
:arrow_down: |
... and 1 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 048656e...56f58b4. Read the comment docs.
Check
- test/test_pipeline/components/preprocessing/test_feature_preprocessor.py::TestFeaturePreprocessors::test_pipeline_fit_include[Nystroem-classification_numerical_and_categorical]