Skip to content

Commit

Permalink
Merge pull request #537 from star-dust-ctrl/master
Browse files Browse the repository at this point in the history
Update switcher.json and bess_base
  • Loading branch information
Mamba413 authored Jul 21, 2024
2 parents ae84e89 + bcfe7f1 commit e1c6ece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"url": "https://abess.readthedocs.io/en/latest/"
},
{
"name": "0.4.7 (stable)",
"version": "0.4.7",
"url": "https://abess.readthedocs.io/en/latest/"
"name": "0.4.8 (stable)",
"version": "0.4.8",
"url": "https://abess.readthedocs.io/en/0.4.8/"
}
]
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 e1c6ece

Please sign in to comment.