<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Diagnostic Model Explanations: A Medical Narrative</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Umang Bhatt</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Brian Davis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose´ M.F. Moura</string-name>
          <email>mourag@andrew.cmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Carnegie Mellon University</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Explainability techniques are important to understanding machine learning models used in decision critical settings. We explore how pattern recognition techniques ought to couple requisite transparency with predictive power. By leveraging medical data with the task of predicting the onset of sepsis, we expose the most important features for the model prediction. We uncover how important training points and consensus feature attributions vary over the learning process of these models. We then pose a counterfactual question to explore trained predictors in the medical domain.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Overview</title>
      <p>
        As machine learning becomes pervasive, transparency and
intelligibility of underlying machine learning models
precedes adoption of these technologies
        <xref ref-type="bibr" rid="ref11 ref12 ref6 ref8">(Doshi-Velez and Kim
2017; Lipton 2016)</xref>
        . Recent machine learning
interpretability techniques fall under either gradient-based methods that
compute the gradient of the output with respect to the
input, treating gradient flow as a saliency map
        <xref ref-type="bibr" rid="ref12 ref12 ref18 ref19 ref6 ref6 ref8 ref8">(Shrikumar,
Greenside, and Kundaje 2017; Sundararajan, Taly, and Yan
2017)</xref>
        , or perturbation-based methods that approximate a
complex model using a locally additive model, thus
explaining the difference between test output-input pair and
some reference output-input pair
        <xref ref-type="bibr" rid="ref12 ref17 ref6 ref8">(Lundberg and Lee 2017;
Ribeiro, Singh, and Guestrin 2016)</xref>
        . While gradient-based
techniques like
        <xref ref-type="bibr" rid="ref12 ref18 ref6 ref8">(Shrikumar, Greenside, and Kundaje 2017)</xref>
        consider infinitesimal changes to the decision surface and
then take the first-order term in the Taylor expansion as
the additive explanatory model, perturbation-based additive
models consider the difference between an input and
reference vector. There have also been approaches that assign
attributions to features with more complex counterfactuals
than that discussed above for gradients
        <xref ref-type="bibr" rid="ref5 ref9">(Kusner et al. 2017;
Datta, Sen, and Zick 2016)</xref>
        .
      </p>
      <p>
        There is also a burgeoning line of research in using
deep learning for medical diagnostics
        <xref ref-type="bibr" rid="ref16 ref3 ref4">(Choi et al. 2016;
Caruana et al. 2015; Rajkomar et al. 2018)</xref>
        . Starting with
tabular data (where each feature is semantically
meaningful) from the medical domain
        <xref ref-type="bibr" rid="ref13">(Purushotham et al. 2017)</xref>
        ,
we fuse the aforementioned interpretability techniques into
these nascent medical diagnostic models.
      </p>
      <p>We note that medical professionals and doctors undergo
rigorous training to learn how to determine the outcome for
a given patient. This training mandates doctors learn how to
proactively search for particular risk predictors upon seeing
a patient; for example, a cardiologist learns to look at past
patients to determine if a patient has a given valve disease.
Doctors are not only trained to identify which attributes of
a patients (vital signs, personal information, family history,
etc.) deem the patient at risk for a particular disease or
outcome, but also develop a intuition from past patients based
on years of experience; for example, if a doctor treats a rare
disease was seen over a decade ago, that patient can be
extremely vital to a doctors diagnosis engine when attributes
alone are uninformative about how to proceed. The doctor
treats the patient from ten years ago as an anchor for
future patients with similar symptoms. Over time, the doctor
learns a larger set of diagnosis he or she feels comfortable
with diagnosing: this growth of a doctor describes a
powerful narrative that uncovers how a doctor reasons overtime.</p>
    </sec>
    <sec id="sec-2">
      <title>Dataset</title>
      <p>
        The MIMIC-III (Medical Information Mart for Intensive
Care III) is a large electronic health record dataset
compromised of health related data of over 40,000 patients who
were admitted to the the critical care units of Beth Israel
Deaconess Medical Center between the years 2001 and 2012
        <xref ref-type="bibr" rid="ref7">(Johnson et al. 2016)</xref>
        . MIMIC-III consists of
demographics, vital sign measurements, lab test results, medications,
procedures, caregiver notes, imaging reports, and mortality
of the ICU patients. Using MIMIC-III dataset, we extracted
seventeen real-valued features deemed critical in the sepsis
diagnosis task as per
        <xref ref-type="bibr" rid="ref14">(Purushotham et al. 2018)</xref>
        . These are
the processed features we extracted for every sepsis
diagnosis (a binary variable indicating the presence of sepsis):
Glasgow Coma Scale, Systolic Blood Pressure, Heart Rate,
Body Temperature, Pao2 / Fio2 ratio, Urine Output, Serum
Urea Nitrogen Level, White Blood Cells Count, Serum
Bicarbonate Level, Sodium Level, Potassium Level, Bilirubin
Level, Age, Acquired Immunodeficiency Syndrome,
Hematologic Malignancy, Metastatic Cancer, Admission Type.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <p>
        Once we train a predictor, f , on the aforementioned dataset,
we use the attribution aggregation approach, AVA, proposed
in
        <xref ref-type="bibr" rid="ref2">(Bhatt, Ravikumar, and Moura 2019)</xref>
        to concurrently find
influential patients and the features that were important to
sepsis diagnoses in the test set. First let us introduce some
notation. Let x 2 Rd be a datapoint’s feature vector where
the xi 2 R is a specific feature of this datapoint. Let
D = fx(j)gjN=1 represent the training datapoints, where
D 2 Rd N is the entire training set in matrix form with
Di;j = xi(j). Let f be the learned predictor we wish to
explain. Using the tractable approximation derived in
        <xref ref-type="bibr" rid="ref12 ref6 ref8">(Koh and
Liang 2017)</xref>
        , we define the influence weight, j of training
point, x(j), on a test point, xtest as:
d
d
j = Iup,loss(x(j); xtest) =
      </p>
      <p>L(f ;x(j) ; xtest)
=0</p>
      <p>
        Next, we find the feature attribution of xtest via an
explanation function g. Suppose we let g be a Shapley Value
attribution from classical game theory and from
        <xref ref-type="bibr" rid="ref12 ref6 ref8">(Lundberg and
Lee 2017)</xref>
        , then we find that attribution of the ith feature of
point x is given by the Shapley value, which is the sum of the
contributions to f for the ith feature in all possible subsets
S of the features F given by, where R = jSj!(jFjjF jj!Sj 1)! :
gi(x) =
      </p>
      <p>X
S F nfig</p>
      <p>
        R(fS[fig(xS[fig)
fS (xS ))
If we let g be be gradient-based attribution from
        <xref ref-type="bibr" rid="ref12 ref19 ref6 ref8">(Sundararajan, Taly, and Yan 2017)</xref>
        , we find that attribution of the ith
feature of point x is given by the gradient of f (x) along the
ith dimension of x with respect to a baseline x.
      </p>
      <p>gi(x) = (xi
xi)</p>
      <p>Z 1
=0
(x</p>
      <p>x))</p>
      <p>Using the aggregation methodology from AVA, we
aggregate the attributions for past patients (training set) to explain
model predictions for new patients (test set). For a given test
set example, we provide an aggregate feature attribution to
explain why the given prediction was made. Aggregate
feature attribution can be found via the weighted variants of
AVA from the original paper or via rank aggregation
techniques like Borda Count and Markov Chain aggregation. We
then provide the most important patient from the previously
seen patients. We find this important patient, ximp, as
follows.</p>
      <p>ximp = arg max j</p>
      <p>x(j)2D
We are interested in how over time different training points
become more or less influential to the retrained predictor. To
be concrete, to make a prediction on Day 10, the doctor can
use a patient she saw on Day 5. After ”retraining” her
internal predictor that day, she can now use the patients from Day
10 to explain and predict patients on subsequent days. The
influential anchors in the training data change as a function
of time; therefore, model explanations capture how different
patients serve as anchors based on the exhaustiveness of the
predictor’s training set. We are also interested in
understanding how the predictor deals with unknown unknowns that lie
in an uncharted portion of the feature space. The predictor
might not be confident about its predictions in a given
region, but as more training data is added, the predictor may
be able to learn about a particular region unbeknownst to it a
few time steps ago. Note: we do NOT make any assumptions
about the model class of f . We assume black box access to
the predictor we wish to explain.</p>
    </sec>
    <sec id="sec-4">
      <title>Experimentation</title>
      <p>
        We first create different candidate feed-forward models to be
explained and then train them on the aforementioned sepsis
data set. We varied the depth of the models from 1 to 3
hidden layers, with ReLU or Sigmoid activations, trained with
the ADAM optimizer and cross-entropy loss. To explain the
model, we use SHAP, IG, and various proposed techniques
(WSHAP is the AVA weighted SHAP technique, WIG is the
AVA weighted IG technique, MIG is Markovian
aggregation with IG attribution, MSHAP is Markovian aggregation
with SHAP attribution, BIG is Borda aggregation with IG
attribution, BSHAP is Borda aggregation with SHAP
attribution). We report recall of a decision tree’s gold set averaged
over all the test instances of the sepsis dataset in Table 1, as
done in
        <xref ref-type="bibr" rid="ref17">(Ribeiro, Singh, and Guestrin 2016)</xref>
        . For these
experiments, we fix k to be five, use the mean values of the
training input as the region of perturbation for SHAP, and
use the aforementioned greedy technique to determine m to
be five. Note random attribution will recall m=d, where d is
the total number of features; for these experiments, random
attribution will have a recall of 13%.
m-Sensitivity
We also run experiments where we analyze how gold set
recall changes as a function of m, the size of a gold set. If
m = d, then all attribution techniques, including random,
will have 100% recall. In Figure 1, we see that all
attributions (other than random) recall a high percentage of the
important features. As such for all following experiments we
set m to 5.
      </p>
      <p>Expectation over Explanations
We cannot declare the absolute feature attribution for any
arbitrary test point. We therefore aim to see how our
methods perform in expectation by iterating 1000 times to find a
probability distribution over the rank of the explanation
algorithms. We used gold set recall to rank every method on
every iteration, keep the ordinal position of each method,
and iterate. For every iteration, we sample 100 points at
random with replacement: we find explanations for those points
using every single method in question. After 1000
iterations, we can then say with 55% probability weighted
aggregation with SHAP attribution yields the best explanation
(in the first position) and with 44% probability Markovian
aggregation with SHAP attribution yields the best
explanation. Interestingly, Markovian aggregation with SHAP
attribution appears in the top two positions 99.5% of the time,
while weighted aggregation with SHAP attribution appears
only 94.3% of the time. A graph of the distribution for each
method can be found in Figure 2.</p>
      <p>For every iteration of every method, we can also keep
track of the position of each feature. This gives us a
probability distribution of rankings for each feature, which gives
MODEL
1-SIGMOID
1-RELU
2-SIGMOID
2-RELU
3-SIGMOID
3-RELU
us better insight into how important features are in
expectation. In Figure 3, we find that sofa and sepsis cdc appear in
the top position of importance among all explanations most
often: this is expected because both are highly correlated
with the onset of sepsis. Simultaneously, as a sanity check,
we find the race (e.g. hispanic) does not matter (appears at
a lower rank) in expectation for all explanations; therefore,
the top model learns not to correlate race and sepsis.</p>
    </sec>
    <sec id="sec-5">
      <title>Counterfactual Intuition</title>
      <p>
        It is instructive to consider the counterfactual entailed in
temporal explanations. Feature attribution techniques like
        <xref ref-type="bibr" rid="ref12 ref19 ref6 ref8">(Sundararajan, Taly, and Yan 2017)</xref>
        calculate attribution by
finding the partial derivative of the output with respect to
every input feature
        <xref ref-type="bibr" rid="ref1">(Ancona et al. 2018)</xref>
        . One perspective of
this is as a counterfactual of how perturbing the j-th input
infinitesimally would perturb the learnt predictor f . Indeed,
such counterfactual intuition allows humans to intuit about
the impact of a cause by having the baseline be the absence
of the cause: from here, humans can tell the importance of
a cause by seeing how the output changes in the causes’
absence. Influence functions from
        <xref ref-type="bibr" rid="ref12 ref6 ref8">(Koh and Liang 2017)</xref>
        consider the counterfactual of how upweighting a training data
point x infinitesimally will affect the loss at a test point xtest.
      </p>
      <p>The counterfactual posed by temporal explanations is as
follows: what training point (past patients) perturbations
which when used to train the predictor (doctor) would
influence the test prediction (current patient) the most. Suppose
we perturb a training point (past patient) as z = z + , and
we denote the predictor obtained by upweighting
substituting the training data point x by x and moreover
upweighting this by some constant as fb;x ; x. Then the
counterfactual mentioned above at a test point xtest, would compute:
d
r d L(f ;x ; x; xtest)
=0 =0:</p>
      <p>We “freeze” the predictor function, since we only have
black box access to the model, and ask: given influential
training points, what would be the change to the frozen and
trained predictor as we perturb those training points. This
counterfactual allows us to create explanations that capture
global patterns in the local neighborhood of the test point:
this allows users to better audit the global trends of a model
whilst still having the fidelity of local explanations.
Essentially, we can explore what would happen if a doctor had
seen a different patient at time step t 1 who would have
expanded the doctor (that is, the predictor’s understanding
of the feature space), would the doctor have made a
different prediction at time step t? Such an understanding would
not only debug the predictors learned from real data but also
ensure diagnostic models align with doctor intuition.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Ancona</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ceolini</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Oztireli</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ; and Gross,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bhatt</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ; Ravikumar,
          <string-name>
            <given-names>P.</given-names>
            ; and
            <surname>Moura</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. M. F.</surname>
          </string-name>
          <year>2019</year>
          .
          <article-title>Towards aggregating weighted feature attributions</article-title>
          .
          <source>In the AAAI 2019 Workshop on Network Interpretability abs/1901</source>
          .10040.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Caruana</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Lou,
          <string-name>
            <given-names>Y.</given-names>
            ;
            <surname>Gehrke</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ; Koch,
          <string-name>
            <given-names>P.</given-names>
            ;
            <surname>Sturm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ; and
            <surname>Elhadad</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>Intelligible models for healthcare: Predicting pneumonia risk and hospital 30-day readmission</article-title>
          .
          <source>In Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          , Sydney,
          <string-name>
            <surname>NSW</surname>
          </string-name>
          , Australia,
          <source>August 10-13</source>
          ,
          <year>2015</year>
          ,
          <fpage>1721</fpage>
          -
          <lpage>1730</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bahadori</surname>
          </string-name>
          , M. T.;
          <string-name>
            <surname>Schuetz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Stewart</surname>
            ,
            <given-names>W. F.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Doctor ai: Predicting clinical events via recurrent neural networks</article-title>
          . In Doshi-Velez,
          <string-name>
            <given-names>F.</given-names>
            ;
            <surname>Fackler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ;
            <surname>Kale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ;
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ; and
            <surname>Wiens</surname>
          </string-name>
          , J., eds.,
          <source>Proceedings of the 1st Machine Learning for Healthcare Conference</source>
          , volume
          <volume>56</volume>
          <source>of Proceedings of Machine Learning Research</source>
          ,
          <volume>301</volume>
          -
          <fpage>318</fpage>
          .
          <string-name>
            <surname>Children's Hospital</surname>
            <given-names>LA</given-names>
          </string-name>
          , Los Angeles, CA, USA: PMLR.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Datta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Sen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and Zick,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Algorithmic transparency via quantitative input influence: Theory and experiments with learning systems</article-title>
          .
          <source>In 2016 IEEE Symposium on Security and Privacy (SP)</source>
          ,
          <fpage>598</fpage>
          -
          <lpage>617</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Doshi-Velez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Towards a rigorous science of interpretable machine learning</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Johnson</surname>
            ,
            <given-names>A. E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Pollard</surname>
            ,
            <given-names>T. J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lehman</surname>
            , L.-w. H.; Feng,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ghassemi</surname>
          </string-name>
          , M.; Moody, B.;
          <string-name>
            <surname>Szolovits</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Celi</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Mark</surname>
          </string-name>
          , R. G.;
          <article-title>and</article-title>
          et al.
          <year>2016</year>
          .
          <article-title>Mimic-iii, a freely accessible critical care database</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Koh</surname>
            ,
            <given-names>P. W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Understanding black-box predictions via influence functions</article-title>
          .
          <source>In Proceedings of the 34th International Conference on Machine Learning</source>
          , volume
          <volume>70</volume>
          ,
          <fpage>1885</fpage>
          -
          <lpage>1894</lpage>
          . International Convention Centre, Sydney, Australia: PMLR.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Kusner</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Loftus</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ; and Silva,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <article-title>Counterfactual fairness</article-title>
          .
          <source>In Guyon, I.;</source>
          <string-name>
            <surname>Luxburg</surname>
          </string-name>
          , U. V.;
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Wallach,
          <string-name>
            <surname>H.</surname>
          </string-name>
          ; Fergus,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ; Vishwanathan,
          <string-name>
            <surname>S.</surname>
          </string-name>
          ; and Garnett, R., eds.,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>30</volume>
          . Curran Associates, Inc.
          <fpage>4066</fpage>
          -
          <lpage>4076</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Lipton</surname>
            ,
            <given-names>Z. C.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>The mythos of model interpretability</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Lundberg</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>S.-I.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>A unified approach to interpreting model predictions</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          <volume>30</volume>
          .
          <fpage>4765</fpage>
          -
          <lpage>4774</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Purushotham</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Meng</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Che</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ; and Liu,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Purushotham</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Meng</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Che</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ; and Liu,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <article-title>Benchmarking deep learning models on large healthcare datasets</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>83</volume>
          :
          <fpage>112</fpage>
          -
          <lpage>134</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Rajkomar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Oren</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Dai</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Hajaj</surname>
          </string-name>
          , N.;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>P. J.</given-names>
          </string-name>
          ; Liu,
          <string-name>
            <given-names>X.</given-names>
            ;
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Sundberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ;
            <surname>Yee</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          ; Zhang,
          <string-name>
            <given-names>K.</given-names>
            ;
            <surname>Duggan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. E.</given-names>
            ;
            <surname>Flores</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          ; Hardt,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Irvine</surname>
          </string-name>
          , J.;
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q. V.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Litsch</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Marcus</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Mossin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Tansuwan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wexler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Wilson, J.;
          <string-name>
            <surname>Ludwig</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Volchenboum</surname>
            ,
            <given-names>S. L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Chou</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Pearson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Madabushi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Shah,
          <string-name>
            <given-names>N. H.</given-names>
            ;
            <surname>Butte</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. J.</surname>
          </string-name>
          ; Howell,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ;
            <surname>Corrado</surname>
          </string-name>
          , G.; and
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Scalable and accurate deep learning for electronic health records</article-title>
          . CoRR abs/
          <year>1801</year>
          .07860.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Ribeiro</surname>
          </string-name>
          , M. T.;
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Guestrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Why should I trust you?: Explaining the predictions of any classifier</article-title>
          .
          <source>In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          ,
          <fpage>1135</fpage>
          -
          <lpage>1144</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Shrikumar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Greenside</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Kundaje</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Learning important features through propagating activation differences</article-title>
          .
          <source>CoRR abs/1704</source>
          .02685.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Sundararajan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Taly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Yan</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Axiomatic attribution for deep networks</article-title>
          .
          <source>In Proceedings of the 34th International Conference on Machine Learning</source>
          , volume
          <volume>70</volume>
          ,
          <fpage>3319</fpage>
          -
          <lpage>3328</lpage>
          . International Convention Centre, Sydney, Australia: PMLR.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>