Stephen Tu
Stephen Tu
I think Fritz and I had a conversation somewhat related to this topic, but I sort of forgot the outcome. If I have a DD where the dim is very...
I am getting persistent failure of one of the tests: ``` ====================================================================== FAIL: distributions.tests.test_clustering.test_sample_matches_score_counts('lp.LowEntropy',) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/stephentu/anaconda/envs/distributions_clean/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/Users/stephentu/distributions_clean/distributions/tests/test_clustering.py", line...
do we want this? data-microscopes is using my unofficial version of it already, and it seems to work OK. if so, I think we'll want to do two things: (A)...
I'm trying to install distributions via `pip install distributions` on OS X, and I get the following error (after a lot of spew): ``` distributions/lp/models/_bb.cpp:6342:42: error: expected the class name...
Hi, I'd like to try out Algorithm 1 in https://arxiv.org/pdf/1902.08721.pdf. I see two files: https://github.com/MinRegret/TigerControl/blob/master/tigercontrol/controllers/gpc.py https://github.com/MinRegret/TigerControl/blob/master/tigercontrol/controllers/gpc_v2.py Which version is recommended? Thanks!