-
Postgres in 9.5 introduced the `TABLESAMPLE` clause:
> A TABLESAMPLE clause after a table_name indicates that the specified sampling_method should be used to retrieve a subset of the rows in that tab…
-
At the beginning, this is a very nice work. Thanks to the author.
I'm analyzing a 5' VDJ enriched single-cell data from 10X pipeline and using version 1.2.1 as _micromamba_ has some dependency prob…
-
Edits:
* Move the redundant set-up code inside the loop.
* Replace `enumerate` and the `next_index` test with a much faster `islice` operation.
* Inline the `take()` call so that the core logic is …
-
When using .one() on a Set, it returns the first value (peek). The documentation says it should be an "arbitrary" value. Could I submit a PR to make List.prototype.one scan for a random element instea…
-
**Add "median" to Raster Layer Zonal Statiscs process**
At the moment the Algorithm "Raster Layer Zonal Statiscs" computes a lot of different statistics but not the median or the mode.
Could be …
-
### Introduction
Remote Sampling is a sampling technique in which sampling configuration for a path/request can be applied in a distributed way. For example, if there are 5 hosts in the fleet and u…
-
### What needs to happen?
there are no samples for the following transforms:
- [x] Add constants
- [x] Add value fields changing sequence
- [x] Add XML
- [x] Apache Tika
- [x] Avro Decode
…
-
These settings should be uniformly configurable for all metrics reporting channels, so that when users compare data between them, they know that the data is being captured and reduced in the same way.…
-
Given a list of non-overlapping axis-aligned rectangles `rects`, write a function `pick` which randomly and uniformily picks an integer point in the space covered by the rectangles.
Note:
1. An…
-
This is a really nice framework, however a serious issue for me is (the lack of) GPU utilization. This is an issue even with only a simple ZNormalization and a left right flip of the data as augmentat…