Skip to content

Commit

Permalink
docs: don't say what defaults are in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 8, 2023
1 parent 46ec82d commit 8fa20cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sortedl1/estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ class Slope(BaseEstimator, RegressorMixin):
Parameters
----------
lam : array_like, optional
The lambda parameter vector for the Sorted L1 Penalty. Default is None.
The lambda parameter vector for the Sorted L1 Penalty.
alpha : array_like, optional
A multiplier for the Sorted L1 Penalty. Default is 1.0.
A multiplier for the Sorted L1 Penalty.
fit_intercept : bool, optional
Whether to fit an intercept term. Default is True.
Whether to fit an intercept term.
standardize : bool, optional
Whether to standardize the features. Default is False.
Whether to standardize the features.
max_iter : int, optional
Maximum number of iterations for the inner loop.
tol : float, optional
Expand Down

0 comments on commit 8fa20cd

Please sign in to comment.