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
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
scorevariable obtained through the functionauuc_scoreconsists 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