Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion privacy_guard/analysis/mia/analysis_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@dataclass
class AnalysisNodeOutput(BaseAnalysisOutput):
"""
A dataclass to encapsulate the outputs of AnalsyisNode.
A dataclass to encapsulate the outputs of AnalysisNode.
Attributes:
eps (float): Epsilon value at the TPR=1% UB or LB threshold depending on attack settings.
eps_lb (float): Lower bound of epsilon.
Expand Down
2 changes: 1 addition & 1 deletion privacy_guard/analysis/mia/fdp_analysis_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@dataclass
class FDPAnalysisNodeOutput(BaseAnalysisOutput):
"""
A dataclass to encapsulate the outputs of FDPAnalsyisNode.
A dataclass to encapsulate the outputs of FDPAnalysisNode.
Attributes:
eps (float): Epsilon value
"""
Expand Down
Loading