Skip to content

Unpack results may not work #587

@mgdenno

Description

@mgdenno

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()

Metadata

Metadata

Labels

bugSomething isn't workingpriority: HighThis is blocking work, let's get it done as soon as possible.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions