eli5 icon indicating copy to clipboard operation
eli5 copied to clipboard

Fixed depreciated inspect function

Open icfly2 opened this issue 5 years ago • 3 comments

getfullargspec is a drop in replacement for getargspec, see docs for details

icfly2 avatar Dec 09 '20 16:12 icfly2

Codecov Report

Merging #396 (fca6d57) into master (017c738) will decrease coverage by 17.25%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #396       +/-   ##
===========================================
- Coverage   97.32%   80.07%   -17.26%     
===========================================
  Files          49       49               
  Lines        3142     3142               
  Branches      585      585               
===========================================
- Hits         3058     2516      -542     
- Misses         44      581      +537     
- Partials       40       45        +5     
Impacted Files Coverage Δ
eli5/base_utils.py 90.00% <100.00%> (-10.00%) :arrow_down:
eli5/keras/gradcam.py 0.00% <0.00%> (-100.00%) :arrow_down:
eli5/xgboost.py 4.26% <0.00%> (-95.13%) :arrow_down:
eli5/formatters/image.py 5.47% <0.00%> (-94.53%) :arrow_down:
eli5/keras/explain_prediction.py 4.81% <0.00%> (-91.57%) :arrow_down:
eli5/lightgbm.py 4.27% <0.00%> (-90.60%) :arrow_down:
eli5/catboost.py 11.53% <0.00%> (-88.47%) :arrow_down:
eli5/_decision_path.py 35.48% <0.00%> (-64.52%) :arrow_down:
eli5/keras/__init__.py 50.00% <0.00%> (-50.00%) :arrow_down:
eli5/ipython.py 85.71% <0.00%> (-14.29%) :arrow_down:
... and 12 more

codecov-io avatar Dec 09 '20 18:12 codecov-io

Surely this is due to a change in tests not related to this PR

icfly2 avatar Dec 10 '20 07:12 icfly2

Thanks you! This were merged in eli5-org/eli5#2 and released to PyPI with v0.11

lopuhin avatar Feb 10 '21 07:02 lopuhin