awslabs / sagemaker-debugger

Amazon SageMaker Debugger provides functionality to save tensors during training of machine learning jobs and analyze those tensors
Apache License 2.0
161 stars 83 forks source link

Install beautifulsoup4 in buildspecs #490

Closed ndodda-amazon closed 3 years ago

ndodda-amazon commented 3 years ago

Description of changes:

Install beautifulsoup4 in buildspecs to fix CI failures.

Style and formatting:

I have run pre-commit install to ensure that auto-formatting happens with every commit.

Issue number, if available

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 3 years ago

Codecov Report

Merging #490 (f727996) into master (313b844) will decrease coverage by 0.53%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #490      +/-   ##
==========================================
- Coverage   64.08%   63.54%   -0.54%     
==========================================
  Files         175      165      -10     
  Lines       13401    13055     -346     
==========================================
- Hits         8588     8296     -292     
+ Misses       4813     4759      -54     
Impacted Files Coverage Δ
smdebug/xgboost/utils.py 0.00% <0.00%> (-14.76%) :arrow_down:
smdebug/core/logger.py 70.83% <0.00%> (-5.56%) :arrow_down:
smdebug/xgboost/hook.py 0.00% <0.00%> (-4.35%) :arrow_down:
smdebug/core/access_layer/s3.py 91.54% <0.00%> (-4.23%) :arrow_down:
smdebug/core/reader.py 85.18% <0.00%> (-3.71%) :arrow_down:
smdebug/exceptions.py 65.47% <0.00%> (-2.39%) :arrow_down:
smdebug/core/access_layer/file.py 96.00% <0.00%> (-2.00%) :arrow_down:
smdebug/core/writer.py 85.58% <0.00%> (-1.81%) :arrow_down:
smdebug/core/tfevent/index_file_writer.py 93.75% <0.00%> (-1.57%) :arrow_down:
smdebug/core/tfrecord/tensor_reader.py 95.45% <0.00%> (-1.52%) :arrow_down:
... and 17 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 313b844...f727996. Read the comment docs.