MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models
https://maif.github.io/shapash/
Apache License 2.0
2.71k stars 329 forks source link

Computing predictions and probabilities during compile step #531

Closed guillaume-vignal closed 5 months ago

guillaume-vignal commented 5 months ago

Actually, if the prediction values are not given to the smart_explainer, predictions and probabilities are computed during the launching of the app, or some plot visualization.

It would be better to include this part in the compile part.