-
As a first project gathering metrics I would like to set up AppMetrics reporting into InfluxDB using Grafana for visualization. To get a feeling on how everything works I wanted to set up a simple gra…
-
Hi,
I had a few large BAM files and wanted to write out a fixed number of alignments.
But sambamba itself just offers to use a fraction.
Would it be possible to add an option to subsample a fix…
-
I'm aware of this pymc2 wrapping SMC library: https://github.com/ebilionis/pysmc
Is SMC utilizing Theano on the roadmap for pymc? This would presumably require all of the particle motion/initialize f…
raddy updated
7 years ago
-
visualisation error with reading of data for streaming of data using streamMOA. Following is the code with last two lines as error
> stream sample update(sample, stream, 500)
> sample
> Reservoir s…
-
At moment GenEpiO has some terms that would best be moved into ENVO. Below is a list of terms we're currently using, along with **commented out items which we'd created placeholders for** and which w…
-
It depends on same issue
https://github.com/rioyokotalab/caffe2/issues/18
I cannot build Parallel Distributed Stable version
https://github.com/rioyokotalab/caffe2/tree/3a2e09674920fa9ac124a4fa…
-
To run bootstrap, we would like to have native support for sampling.
- Random sampling without replacement
- reservoir sampling
- distributed: http://had00b.blogspot.com/2013/07/random-subset-in-m…
-
As raised by @staubda in #6877, `sklearn.utils.random.sample_without_replacement` with its variants implemented in Cython, can be very slow. ~~Indeed `_sample_without_replacement_with_tracking_selecti…
-
Multiple users have asked for the ability to sample points from a series. They'd like to do something like
``` sql
select min(value) from temperatures sample by time(1d) where time > now() - 30d
```…
-
**This issue was imported from [CodePlex](http://dotspatial.codeplex.com/workitem/182)**
**[JonathanAB](http://www.codeplex.com/site/users/view/JonathanAB)** wrote 2010-12-03 at 16:26
I'm trying to a…