Nick Gerner
Results
2
issues of
Nick Gerner
Last night one of our batch processing systems pulled in 0.3.15 for the first time and failed while downloading a file from s3 with the following stack trace. ``` NoMethodError:...
bug
# TL;DR Reservoir sampling impostors as they are generated avoids O(n^2) memory usage, recovers the underlying distribution about as well as `numpy.RandomState.choice`, but is slower (~2.5x). For cases with few...