Probabilistic Data Structures

I am a newbie and not an expert. I ran across the concept of probabilistic data structures. I was wondering if SciPy would consider adding them? Bloom filters seem to fall into this category. Paco Nathan seems to have a really good video at https://www.oreilly.com/learning/probabilistic-data-structures-in-python-new The full version is online available via paid Safari but you can get a free 10 day trial https://www.safaribooksonline.com/oriole/probabilistic-data-structures-in-py thon

Hi Robert, On Mon, Sep 26, 2016 at 8:04 AM, Robert Lucente - Pipeline < rlucente@pipeline.com> wrote:
I am a newbie and not an expert. I ran across the concept of probabilistic data structures. I was wondering if SciPy would consider adding them?
Data structures that are mostly applicable for big data or streaming applications are outside the scope of SciPy, so I don't think we'd consider adding them. Cheers, Ralf
Bloom filters seem to fall into this category. Paco Nathan seems to have a really good video at
https://www.oreilly.com/learning/probabilistic-data- structures-in-python-new
The full version is online available via paid Safari but you can get a free 10 day trial
https://www.safaribooksonline.com/oriole/probabilistic-data- structures-in-py thon
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
participants (2)
-
Ralf Gommers
-
Robert Lucente - Pipeline