sergioburdisso / pyss3

A Python package implementing a new interpretable machine learning model for text classification (with visualization tools for Explainable AI :octocat:)
https://pyss3.readthedocs.io
MIT License
333 stars 44 forks source link

Rename SS3 initialization parameter from sn_m to sg_m #12

Closed angrymeir closed 4 years ago

angrymeir commented 4 years ago

Resolves: #11

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   94.19%   94.03%   -0.17%     
==========================================
  Files           4        4              
  Lines        3289     3233      -56     
==========================================
- Hits         3098     3040      -58     
- Misses        191      193       +2     
Impacted Files Coverage Δ
pyss3/__init__.py 95.56% <100.00%> (ø)
pyss3/cmd_line.py 87.34% <0.00%> (-0.55%) :arrow_down:
pyss3/server.py 94.79% <0.00%> (-0.17%) :arrow_down:
pyss3/util.py 97.53% <0.00%> (-0.07%) :arrow_down:

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 bc8ec0a...c2bddcb. Read the comment docs.