mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-04 09:12:37 +02:00
Fix error with pandas dataframes (#92)
* Fix error with pandas dataframes in _columns_different_distributions + add appropriate test * Update documentation of classes to reflect that all data should be encoded and scaled. --------- Signed-off-by: abigailt <abigailt@il.ibm.com>
This commit is contained in:
parent
cb70ca10e6
commit
e00535d120
6 changed files with 28 additions and 30 deletions
|
|
@ -47,7 +47,8 @@ class DatasetAssessmentManager:
|
|||
synthetic_data: ArrayDataset, dataset_name: str = DEFAULT_DATASET_NAME, categorical_features: list = [])\
|
||||
-> list[DatasetAttackScore]:
|
||||
"""
|
||||
Do dataset privacy risk assessment by running dataset attacks, and return their scores.
|
||||
Do dataset privacy risk assessment by running dataset attacks, and return their scores. All data is assumed
|
||||
to be encoded and scaled.
|
||||
|
||||
:param original_data_members: A container for the training original samples and labels,
|
||||
only samples are used in the assessment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue