Skip to content

Counterfactuals dataframes have rounded target values  #440

@Mchristos

Description

@Mchristos

I've noticed that the counterfactuals dataframes I get from my CounterfactualExamples objects have the target value rounded to the nearest decimal place. This makes the results useless to me, since in my dataset has target values very close to zero, and the distribution is very skewed towards zero. I.e. many data points occur between 0.0 and 0.1.

I've included a modified version of this getting started notebook which shows that example.final_cfs_df (where example: CounterfactualExamples) contains rounded target values, but examples.visualize_dataframe() clearly shows that the higher precision target value is stored somewhere.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions