nlsq.diagnostics.HealthStatus¶
- class nlsq.diagnostics.HealthStatus(*values)[source]¶
Bases:
EnumOverall model health status.
- HEALTHY¶
No issues detected, high confidence in results.
- Type:
auto
- WARNING¶
Minor issues detected, results may be reliable.
- Type:
auto
- CRITICAL¶
Serious issues detected, results may be unreliable.
- Type:
auto
- __init__(*args, **kwds)¶
Attributes
- HEALTHY = 1¶
- WARNING = 2¶
- CRITICAL = 3¶