Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update switcher.json and bess_base #537

Merged
merged 2 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
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
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
Loading