-
1.是否已经阅读过所在章节的FAQ?
是
2.问题在PPT中出处(章节,页码,截图)?
Chapter3-sampling 蓄水池采样 Page26
![reservoir-sampling](https://user-images.githubusercontent.com/54871790/95609240-fe1fd700-0a90-11eb-874d-601a372ede1…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
I am a newcomer to the field of multiple-point geostatistics with a keen interest in understanding the various methods used in this domain. I have come across terms such as SNESIM, GENESIM, and DeeSs…
-
Noticed your comment on [Hacker News](https://news.ycombinator.com/item?id=33123972) about this repo. I worked on something similar at a previous job (so I don't have the code the share), but looked …
-
As I was reading the code, I noticed that in the file utils/buffer/reservoir_update.py, in case the IF statement on line 23 fails (but not the one in line 13), some examples will be added to the last …
-
Currently the `ShardedBatchSampler` does not support a filter. This is because it assigns index ranges to processes before scanning and, if we apply the filter during the scan, that will result in di…
-
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…
-
### Porter Network Request Lifecycle
A recap of Porter's network requests chronologically:
- GET `/sample`
- Porter Samples
- RPC Call to `getActiveStakingProviders` get list of `n` eth ad…
-
### 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 …
-
Hi, when I run the code, in **ReservoirSamplingITSuite**, I set
```
env.setParallelism(3)
env.setMaxParallelism(3)
```
and
```
val transformer = SimpleReservoirSampling()
.…