awsm-research / PyExplainer

PyExplainer: A Local Rule-Based Model-Agnostic Technique (Explainable AI)
MIT License
29 stars 9 forks source link

Fix the exponential kernel function #5

Closed jirayusjiar closed 3 years ago

jirayusjiar commented 3 years ago

The kernel function is now fixed according to the equation 7 of https://www.sciencedirect.com/science/article/abs/pii/S0020025520305521

codecov[bot] commented 3 years ago

Codecov Report

Merging #5 (5367ed3) into master (dc4a2a1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   95.37%   95.37%           
=======================================
  Files           3        3           
  Lines         864      864           
=======================================
  Hits          824      824           
  Misses         40       40           
Impacted Files Coverage Δ
pyexplainer/pyexplainer_pyexplainer.py 95.31% <100.00%> (ø)

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 dc4a2a1...5367ed3. Read the comment docs.