-
After https://github.com/open-telemetry/opentelemetry-python/commit/d5fb2c4189a561bd36186d19923373761d4b3e7a got merged we had a huge drop on iter/sec in metrics SDK benchmark for all metric types:
…
-
Calling `reservoir.borrow_or_take(now, rule.can_borrow)` leads to an `AttributeError` if `reservoir is None`. See screenshot (sentry) for details.
![image](https://user-images.githubusercontent.co…
-
Automatic statistics (delivered in 19.1) can consume a large number of resources and take a large amount of time in certain circumstances. Using the vectorized execution framework for stats can reduce…
-
I started looking at the state of random in Gleam and I have several ideas.
1. `int.random` and `float.random` do not have seeds. It might be a problem for libraries. For example: if you want a fake-…
-
Original GTSE: https://new-relic.atlassian.net/jira/software/c/projects/NR/boards/289?selectedIssue=NR-323639
When using a Log4j async appender and the Pattern layout, trace id and span id are not pr…
-
We have a cutoff strategy based on reservoir sampling now. But we still need a query to support sampling.
```
GO FROM OVER | SAMPLE
```
And we need to support return the tail of a result.
…
-
This is a tracking issue for the changes going into the next major version release **`v3.0.0`**:
### 1. Fixed a typo in Reservoir [PR #62]:
Changes the class and methods from `Reservior` to `Reserv…
-
Currently, the `sample` function runs in `O(k)` (k being sample size) time but in `O(n)` (n being the size of the population). This can be awful for algorithms sampling large lists frequently (k-means…
-
Experiment:
- [ ] take a set of long-ish paired-end reads from a published rnaseq experiment in a model organism
- [ ] reservoir sampling method: make subsets at 80, 50, 20% of the reads (in triplicat…
-
## 🚀 Feature
Support for using gpu to train tgn model
## Motivation
There is an example of tgn here: https://github.com/dmlc/dgl/tree/master/examples/pytorch/tgn. But it can only use cpu to…