alteryx / alteryx/evalml

Compute shap values for all rows at once in explain_prediction and explain_predictions_best_worst

Abierto
#1,833 0 comentarios 0 reacciones 1 asignado Reclamado por @asniyaz Ver en GitHub
refactor
Lenguaje dominante
Python
Estrellas
850
Forks
96
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

As noted in #1821, we can compute the shap values for all the rows we want to explain at once, rather than iterating through the rows.

Here is a section of the shap documentation showing how to do [this](https://shap.readthedocs.io/en/latest/example_notebooks/tabular_examples/model_agnostic/Diabetes%20regression.html#Explain-all-the-predictions-in-the-test-set).

Marking this as blocked by #1821 because we can only do this if we compute the features for all of the rows we want to explain at once.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.