interpretable-test icon indicating copy to clipboard operation
interpretable-test copied to clipboard

NeurIPS 2016. Linear-time interpretable nonparametric two-sample test.

Results 2 interpretable-test issues
Sort by recently updated
recently updated
newest added

pip install git+https://github.com/wittawatj/interpretable-test@master

```# load text data fname = 'bayes_neuro_np794_nq788_d2000_random_noun.p' #fname = 'bayes_neuro_np794_nq788_d400.p' np.random.seed(2984) fpath = glo.data_file(fname) with open(fpath, 'r') as f: loaded = pickle.load(f) ``` TypeError: a bytes-like object is required, not...