-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority: HighThis is blocking work, let's get it done as soon as possible.This is blocking work, let's get it done as soon as possible.
Description
I might be using this wrong, but it looks to me like unpack_results does not work. This no worko.
# Define a bootstrapper with custom parameters.
boot = bs.Gumboot(
reps=500,
quantiles=[0.05, 0.5, 0.95],
unpack_results=True
)
metrics_sdf = ev.metrics.query(
group_by=[
"primary_location_id",
"configuration_name"
],
include_metrics=[
dm.RelativeBias(bootstrap=boot)
]
).to_sdf()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority: HighThis is blocking work, let's get it done as soon as possible.This is blocking work, let's get it done as soon as possible.