You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/02/28 22:58:09 UTC

[jira] [Closed] (FLINK-3802) Add Very Fast Reservoir Sampling

     [ https://issues.apache.org/jira/browse/FLINK-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-3802.
-----------------------------------
    Resolution: Won't Do

Closing since flink-ml is effectively frozen.

> Add Very Fast Reservoir Sampling
> --------------------------------
>
>                 Key: FLINK-3802
>                 URL: https://issues.apache.org/jira/browse/FLINK-3802
>             Project: Flink
>          Issue Type: Improvement
>          Components: Library / Machine Learning
>            Reporter: Chenguang He
>            Assignee: Chenguang He
>            Priority: Major
>              Labels: Sampling
>
> Adding Very Fast Reservoir Sampling (http://erikerlandson.github.io/blog/2015/11/20/very-fast-reservoir-sampling/)
> An improved version of Reservoir Sampling, it's used to deal with small sampling in large dataset, where the size of dataset is much larger than the size of sampling.
> It is a random sampling proved in the link. The average possibility is P(R/J), where R is size of sampling and J is index of streaming data 
> Thanks Erik Erlandson who is the author of this algorithm help me with implementation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)