Skip to content

Can not obtained auuc score via auuc_score (from causalml.metrics import auuc_score) #858

@zyq11223

Description

@zyq11223

I want to calculate auuc score via function auuc_score (from causalml.metrics import auuc_score)
score = auuc_score(df=test_df, outcome_col='y', treament_col='w', uplift_col='tau')

The score variable obtained through the function auuc_score consists of feature column names and their corresponding single values, which is inconsistent with the underlying code implementation.

The version of causalml is 0.15.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions