I have an ML anomaly detection step that produces SHAP values for sensor-level drivers. I want to pass these drivers to an LLM to generate root cause analysis and operational suggestions.
Raw SHAP output is too verbose and noisy for direct prompting. If I pass the full feature list, the prompt becomes large and the LLM response quality becomes inconsistent.
What is a good way to transform SHAP output into an LLM-friendly RCA input?