We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235d105 commit b20d63fCopy full SHA for b20d63f
privacy_guard/analysis/mia/analysis_node.py
@@ -36,7 +36,7 @@
36
@dataclass
37
class AnalysisNodeOutput(BaseAnalysisOutput):
38
"""
39
- A dataclass to encapsulate the outputs of AnalsyisNode.
+ A dataclass to encapsulate the outputs of AnalysisNode.
40
Attributes:
41
eps (float): Epsilon value at the TPR=1% UB or LB threshold depending on attack settings.
42
eps_lb (float): Lower bound of epsilon.
privacy_guard/analysis/mia/fdp_analysis_node.py
@@ -23,7 +23,7 @@
23
24
class FDPAnalysisNodeOutput(BaseAnalysisOutput):
25
26
- A dataclass to encapsulate the outputs of FDPAnalsyisNode.
+ A dataclass to encapsulate the outputs of FDPAnalysisNode.
27
28
eps (float): Epsilon value
29
0 commit comments