Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Update automl_common and add setup.py for submodule #324

Merged
merged 4 commits into from
Nov 12, 2021

Conversation

nabenabe0928
Copy link
Collaborator

Since the previous version did not include the submodule package via pip install, we could not run the auto pytorch without manually including automl_common.
I addressed this issue in this PR.

NOTE
This PR keeps yielding test failure as long as This PR in automl_common is not merged.

@ravinkohli ravinkohli linked an issue Nov 12, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #324 (ffb5515) into development (e493d99) will decrease coverage by 0.27%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #324      +/-   ##
===============================================
- Coverage        82.01%   81.74%   -0.28%     
===============================================
  Files              151      152       +1     
  Lines             8652     8660       +8     
  Branches          1322     1323       +1     
===============================================
- Hits              7096     7079      -17     
- Misses            1088     1115      +27     
+ Partials           468      466       -2     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
...eline/components/setup/optimizer/base_optimizer.py 71.42% <0.00%> (-19.05%) ⬇️
...abular_preprocessing/base_tabular_preprocessing.py 66.66% <0.00%> (-13.34%) ⬇️
...ne/components/setup/lr_scheduler/base_scheduler.py 86.20% <0.00%> (-6.90%) ⬇️
...up/network_initializer/base_network_initializer.py 93.54% <0.00%> (-6.46%) ⬇️
.../pipeline/components/setup/network/base_network.py 88.05% <0.00%> (-5.98%) ⬇️
...nts/setup/early_preprocessor/EarlyPreprocessing.py 85.71% <0.00%> (-5.72%) ⬇️
...ine/components/training/trainer/StandardTrainer.py 96.29% <0.00%> (-3.71%) ⬇️
...omponents/training/data_loader/base_data_loader.py 90.54% <0.00%> (-2.71%) ⬇️
autoPyTorch/pipeline/components/base_component.py 80.95% <0.00%> (-1.91%) ⬇️
... and 2 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 e493d99...ffb5515. Read the comment docs.

ravinkohli added a commit that referenced this pull request Nov 12, 2021
@ravinkohli ravinkohli merged commit f089845 into automl:development Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Submodule automl_common not found issue
2 participants