TeamHG-Memex / eli5

A library for debugging/inspecting machine learning classifiers and explaining their predictions
http://eli5.readthedocs.io
MIT License
2.75k stars 331 forks source link

scikit-learn 0.22 compatibility #353

Closed zzz4zzz closed 4 years ago

zzz4zzz commented 4 years ago

Adjust ELI5 to scikit-learn 0.22.

codecov-io commented 4 years ago

Codecov Report

Merging #353 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
+ Coverage   97.31%   97.32%   +<.01%     
==========================================
  Files          49       49              
  Lines        3134     3138       +4     
  Branches      584      584              
==========================================
+ Hits         3050     3054       +4     
  Misses         44       44              
  Partials       40       40
Impacted Files Coverage Δ
eli5/sklearn/text.py 97.87% <100%> (+0.09%) :arrow_up:
zzz4zzz commented 4 years ago

Failed tests are not related to new sklearn version.