sandy
04/26/2023, 10:01 PMsandy
04/26/2023, 10:02 PMOdette Harary
04/27/2023, 4:23 PMOren Lederman
04/28/2023, 4:34 PMGary McClure
05/02/2023, 8:33 PMIssac Loo
05/02/2023, 8:38 PMmartin o leary
05/09/2023, 7:58 AMOdette Harary
06/08/2023, 7:46 PMLeo Qin
06/13/2023, 10:24 PMFraser Marlow
06/17/2023, 2:09 PMMycchaka Kleinbort
07/24/2023, 10:16 AMdata
that gets updated daily.
I have a statically partitioned asset model
that contains ~100 different models, all of which can make predictions on that data
The task:
I have another statically partitioned asset shap_values
that take in data and one model and generate the matching shap values (slow-ish computation) - so this requires ~100 asset materializations
This task is embarrassingly parallel, it should be possible to run all 100 models at once to generate the various shap_values
However, this requires a good amount of compute, so an ephemeral runner would be ideal.
Thoughts?James Maldonado
07/26/2023, 1:47 PMDaniel Gafni
07/28/2023, 6:00 AMmartin o leary
08/04/2023, 12:09 PMAkshay Verma
08/15/2023, 8:39 AMOdette Harary
08/28/2023, 5:25 PM