You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be the Aggregated visuals in plots feature that removes it. I'm aware the feature is suppose to reduce the size of the raw data, but is it suppose to remove the metric completely? When passing, raw_data=True, the html report shows the metric, but the JSON is still returning an empty dictionary. I also tried setting include_render=True for the save json method.
When using
TargetDriftPreset
, theTarget (Prediction) Behavior By Feature
metric does not appear when saving report as html or json.It seems to be the
Aggregated visuals in plots
feature that removes it. I'm aware the feature is suppose to reduce the size of the raw data, but is it suppose to remove the metric completely? When passing,raw_data=True
, the html report shows the metric, but the JSON is still returning an empty dictionary. I also tried settinginclude_render=True
for the save json method.OUT:
EDIT: Passing the
TargetByFeaturesTable
as aninclude
parameter as follows seemed to work:It would still be nice to have the metric show up on its own instead of having to manually include it.
Evidently: 0.4.40
Python: 3.12.7
The text was updated successfully, but these errors were encountered: