Skip to content

Commit

Permalink
Update bess_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminite9 committed Jul 21, 2024
1 parent b978709 commit bcfe7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/abess/bess_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ class bess_base(BaseEstimator):
has been centered if fit_intercept=False.
ic_type : {'aic', 'bic', 'gic', 'ebic', 'loss'}, optional, default='ebic'
The type of criterion for choosing the support size if `cv=1`.
The type of criterion for choosing the support size if `cv=1`.
The full name of each option:
- 'aic': Akaike information criterion
- 'bic': Bayesian information criterion
- 'gic': Generalized information criterion (see [2-4]). It refers to special information criterion (SIC) in [1].
Expand Down

0 comments on commit bcfe7f1

Please sign in to comment.