Skip to main content

Module privacy

Module privacy 

Source
Expand description

Privacy-preserving extraction.

Determines which data items are safe to share with the collective intelligence network and which must remain private.

Enums§

NonShareable
Data that must NOT be shared with the collective.
Shareable
Data that is safe to share with the collective.
ShareableCheck
An item to check for shareability.

Functions§

filter_shareable
Filter a list of items, keeping only those that are shareable.
is_shareable
Check whether a data item is safe to share.