Peter Bayerle
Peter Bayerle
I noticed there’s a method for counting the unique permutations of a collection - how come there is no equivalent for combinations? For example the unique combinations of length 2...
I'm having trouble formatting the html of a prediction explanation Here is the code I'm using: ``` doc = '...' te = TextExplainer(n_samples=200) te.fit(doc, predict_proba) explanation = te.explain_prediction() html =...
I saw that you reference articles in the read me/comments. For example, http://wnzhang.net/share/rtb-papers/data-conv-att.pdf. How can you validate an attribution model like this? The authors suggest that "a good MTA model...