Skip to content

Commit

Permalink
format PDCD_WS args
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD committed Aug 1, 2024
1 parent 665fca2 commit 23dd6bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions skglm/experimental/pdcd_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ class PDCD_WS(BaseSolver):
_penalty_required_attr = ("prox_1d",)

def __init__(
self, max_iter=1000, max_epochs=1000, dual_init=None, p0=100, tol=1e-6,
fit_intercept=False, warm_start=True, verbose=False):
self, max_iter=1000, max_epochs=1000, dual_init=None, p0=100, tol=1e-6,
fit_intercept=False, warm_start=True, verbose=False
):
self.max_iter = max_iter
self.max_epochs = max_epochs
self.dual_init = dual_init
Expand Down

0 comments on commit 23dd6bb

Please sign in to comment.