mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-08 03:22:37 +02:00
update docstring
This commit is contained in:
parent
3bc1341dad
commit
6172385d91
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@ class Anonymize:
|
||||||
"""
|
"""
|
||||||
:param k: The privacy parameter that determines the number of records that will be indistinguishable from each
|
:param k: The privacy parameter that determines the number of records that will be indistinguishable from each
|
||||||
other (when looking at the quasi identifiers). Should be at least 2.
|
other (when looking at the quasi identifiers). Should be at least 2.
|
||||||
:param quasi_identifiers: The features that need to be minimized. It can be a list of feature name (strings) if
|
:param quasi_identifiers: The features that need to be minimized. It can be a list of feature names (strings) if
|
||||||
dataset.feature_names is set, otherwise a list of indexes (integers).
|
dataset.feature_names is set, otherwise a list of indexes (integers).
|
||||||
:param categorical_features: The list of categorical features. It can be a list of feature name (strings) if
|
:param categorical_features: The list of categorical features. It can be a list of feature names (strings) if
|
||||||
dataset.feature_names is set, otherwise a list of indexes (integers).
|
dataset.feature_names is set, otherwise a list of indexes (integers).
|
||||||
:param is_regression: Boolean param indicates that is is a regression problem.
|
:param is_regression: Boolean param indicates that is is a regression problem.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue