Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sampled-Data Attacks and Metric for Statistical Closeness #3

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

atreiber94
Copy link
Contributor

Details will follow, this PR supports extensions from an upcoming paper.

atreiber94 and others added 30 commits November 19, 2021 17:26
    - DataSampler:
	- create generic DataSampler base class
	- create KnownDataSampler class, inheriting from DataSampler, from the original DataSampler class
	- create new SampledDataSampler class, inheriting from DataSampler
    - WhooshDataset:
	- create a new method sample_test_training to generate disjunct test and training data sets
	- adapt sample method to work with both the original known data samling and the new method
If a training_set is provided, there is no sampling, but the test_set and training_set are returned directly.
… hands through the list of queries from the aux knowledge without sampling or changing the order
Add statistics about data sources in example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants