Skip to content

Causal learning #3

@Azariagmt

Description

@Azariagmt
  • Split data into training and hold-out set
  • Create a causal graph using all training data and get the insights (this will be considered the ground truth)
  • Create new causal graphs using increasing fractions of the data and compare with the ground truth graph
    The comparison can be done with a Jaccard Similarity Index, measuring the intersection and union of the graph edges
  • After reaching a stable causal graph, select only variables that point directly to the target variable
  • Train one model using all variables and another using only the variables selected by the graph
  • Measure how much each of the models overfit the hold-out set created in step 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions