Coverage for credoai/utils/constants.py: 100%
2 statements
« prev ^ index » next coverage.py v7.1.0, created at 2023-02-13 21:56 +0000
« prev ^ index » next coverage.py v7.1.0, created at 2023-02-13 21:56 +0000
1CREDO_URL = "https://api.credo.ai"
2# used to determine when certain multiclass functionality should be executed
3# e.g., label balance in dataset fairness
4MULTICLASS_THRESH = 6