-
Hi, when I run the code, in **ReservoirSamplingITSuite**, I set
```
env.setParallelism(3)
env.setMaxParallelism(3)
```
and
```
val transformer = SimpleReservoirSampling()
.…
-
I have 1m interval thermistors collecting hourly data in a reservoir and the thermocline depths calculated over the sampling period look a bit odd (see image below) with many at 1.5 or 12.5m from June…
-
### Name:
Reservoir Sampling Algorithm
### About:
Propose a new algorithm to be added to the repository
Reservoir sampling is an algorithm for randomly selecting a subset of k elements from …
-
When iterating through all parameters of a `rpr_context` created with the **HybridPro.dll** plugin I get many parameters that have no #define yet in RadeonProRender.h. They are also missing in the uti…
-
The current algorithm is `O(N_SEGMENTS_IN_CLUSTER)`, it can be `O(N_SERVERS_IN_CLUSTER) + O(log(N_MAX_SEGMENTS_ON_A_SERVER)` via reservoir choice of a server first using populations of servers, then a…
-
### Willingness to contribute
The MLflow Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the MLflow code ba…
pimdh updated
2 weeks ago
-
We have a series of applications that run 24/7 for months and months at a time. Should I be concerned about ever increasing memory use by Metrics.NET - or is the internal data-structure set up to have…
-
Today, there seem to be [2 settings for adjusting the sample size](https://capitalone.github.io/DataProfiler/docs/0.10.8/html/profiler.html?highlight=samples#setting-the-sample-size). They are `sampl…
-
I worked a bit on the labelling matching with ENA / NCBI as I had a lot of mismatch issues with the development of the FAIR Data Station. I forked the repo and did an analysis on the terms in MIxS and…
-
We are using Xray in ECS fargate, we currently see a lot of health check traces being sampled and as such would like to define sampling rules.
I have defined some rules and believe permissions are…