Command line
# Sum the LIME feature contributions and intercept
>>> sum([weight for feature, weight in explanation.as_list()]) + explanation.intercept[0]
4.7069