Skip to content
Open
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
4 changes: 2 additions & 2 deletions aif360/sklearn/inprocessing/infairness.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class SenSeI(InFairnessNet):
"""
def __init__(self, module, *, criterion, distance_x, distance_y, rho, eps,
auditor_nsteps, auditor_lr, regression='auto', **kwargs):
"""
r"""
Args:
module (torch.nn.Module): Network architecture.
criterion (torch.nn.Module): Loss function.
Expand Down Expand Up @@ -335,7 +335,7 @@ class SenSR(InFairnessNet):
"""
def __init__(self, module, *, criterion, distance_x, eps, lr_lamb, lr_param,
auditor_nsteps, auditor_lr, regression='auto', **kwargs):
"""
r"""
Args:
module (torch.nn.Module): Network architecture.
criterion (torch.nn.Module): Loss function.
Expand Down