Environment troubleshooting¶
Use this checklist if the quickstarts fail or telemetry payloads look empty.
Symptom |
Diagnosis |
Fix |
|---|---|---|
|
|
Call |
|
Input arrays contain NaN/inf values. |
Clean the data or add an imputer in the preprocessing pipeline. |
Missing |
Estimator lacks probability estimates. |
Enable probability outputs (e.g., |
Empty telemetry dictionary |
Old version or attribute stripped. |
Upgrade to the latest version and access |
Plotting ImportError |
|
|
CLI cannot find plugins |
PATH not configured or package not installed in active env. |
Run |
Collect diagnostics¶
python -m calibrated_explanations.plugins.cli list explanations --trusted-only
python -c "from calibrated_explanations import __version__; print(__version__)"
Attach the command outputs when filing an issue so maintainers can reproduce setup differences quickly.