reject.constant
Module for constants.
Module Contents
Classes
Entropy-based uncertainty types. |
|
General uncertainty types. |
|
All uncertainty types. |
|
Rejection metrics. |
Attributes
- reject.constant.METRICS_DICT
- reject.constant.ENTROPY_UNC_LIST = ['TU', 'AU', 'EU']
- reject.constant.ALL_UNC_LIST = ['TU', 'AU', 'EU', 'confidence']
- reject.constant.GENERAL_UNC_LIST = ['entropy', 'confidence']
- reject.constant.UNCERTAINTIES_DICT
- class reject.constant.EntropyUnc[source]
Bases:
str,enum.EnumEntropy-based uncertainty types.
- TU = 'TU'
- AU = 'AU'
- EU = 'EU'
- class reject.constant.GeneralUnc[source]
Bases:
str,enum.EnumGeneral uncertainty types.
- ENTROPY = 'entropy'
- CONFIDENCE = 'confidence'