Skip to content

Commit

Permalink
Update bess_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamba413 committed May 6, 2024
1 parent 197398c commit c5ec58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/abess/bess_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class bess_base(BaseEstimator):
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" in [1].
- 'gic': Generalized information criterion (see [2-4]). It refers to special information criterion (SIC) in [1].
- 'ebic': Extended Bayesian information criterion [5]
- 'loss': Loss value
Expand Down

0 comments on commit c5ec58c

Please sign in to comment.