groceryheist
groceryheist
Greetings! I am using Python. I followed the tutorial using jpype. The code below works when I set the histories and delays to 1. My code: ` cteClass = jpype.JPackage("infodynamics.measures.continuous.kraskov").ConditionalTransferEntropyCalculatorKraskov...
Hi, I was just giving this project a try and ran into what seems like a bug with the ``notmuch-user-agent.` I get an error when I try to preview a...
Here's my code: ``` import umap import numpy as np import pandas as pd cossims = pd.read_feather("wiki_rule_cosinesimilarities.feather") distmat = 1 - np.matrix(cossims.iloc[:,0:cossims.shape[0]],'double') my_model = umap.UMAP(metric='precomputed') my_model.fit(X=distmat) ``` I'm attaching the...
I want to use `stats_dotinterval` in a faceted plot. The variance of the data is different within each facet, but comparing across facets is important. The dots in the lower-variance...
Thanks for your great work on this package. Do you think it would be nice to show the CDF below the PDF? I imagine this won't be too much work...
I want to periodically update a local snapshot (`repo_snapshot`) of a repo with a known did `repodid`. The snapshot is a CAR_file corresponding to a known commit `rev`. I can...