skfolio.distribution.SelectionCriterion#
- class skfolio.distribution.SelectionCriterion(*values)[source]#
Enum representing the selection criteria.
- Attributes:
- AICstr
Akaike Information Criterion (AIC)
- BICstr
Bayesian Information Criterion (BIC)
- classmethod has(value)#
Check if a value is in the Enum.
- Parameters:
- valuestr
Input value.
- Returns:
- xbool
True if the value is in the Enum, False otherwise.