alibi icon indicating copy to clipboard operation
alibi copied to clipboard

Imagenet10 tar 2

Open gipster opened this issue 3 years ago • 1 comments

  • Addresses issue https://github.com/SeldonIO/alibi/issues/687 .

  • Changed storage file format from joblib to tar.gz

notes: In order to load .npy files from a tar archive, the changed function uses the method described here.

gipster avatar Jul 06 '22 14:07 gipster

Codecov Report

Merging #713 (60f339c) into master (5b7931d) will decrease coverage by 0.07%. The diff coverage is 7.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #713      +/-   ##
==========================================
- Coverage   81.06%   80.99%   -0.08%     
==========================================
  Files         105      105              
  Lines       11793    11869      +76     
==========================================
+ Hits         9560     9613      +53     
- Misses       2233     2256      +23     
Impacted Files Coverage Δ
alibi/datasets/default.py 70.58% <7.69%> (-14.50%) :arrow_down:
alibi/exceptions.py 100.00% <0.00%> (ø)
alibi/explainers/tests/test_ale.py 100.00% <0.00%> (ø)
alibi/explainers/anchors/anchor_base.py 92.70% <0.00%> (ø)
alibi/explainers/anchors/anchor_text.py 94.44% <0.00%> (ø)
alibi/explainers/anchors/anchor_image.py 93.12% <0.00%> (ø)
alibi/explainers/anchors/anchor_tabular.py 90.28% <0.00%> (+0.11%) :arrow_up:
alibi/utils/missing_optional_dependency.py 94.28% <0.00%> (+0.16%) :arrow_up:
alibi/explainers/ale.py 65.65% <0.00%> (+1.07%) :arrow_up:
alibi/explainers/tests/test_anchor_tabular.py 74.34% <0.00%> (+1.12%) :arrow_up:

codecov[bot] avatar Jul 07 '22 08:07 codecov[bot]

Hey, just pushed the new version with the changes requested.

gipster avatar Aug 22 '22 15:08 gipster