Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nuisance variables #14

Closed
wants to merge 64 commits into from
Closed

Remove nuisance variables #14

wants to merge 64 commits into from

Conversation

cthoyt
Copy link
Member

@cthoyt cthoyt commented Dec 4, 2023

This is a branch off of #2 that removes all of the irrelevant changes

pnavada and others added 30 commits September 28, 2023 08:30
…tyling, supporting multiple outcomes, adding documentation
This is the only thing a user would care to engage with, the rest is implementation details
…n and used itertools + list comprehension for finding nodes on causal path
… cases for identifying nuisance variables and removing latent nodes

Bug Description - y0's set_latent function unmarks the existing latent nodes in the graph.

for node, data in graph.nodes(data=True):
        data[tag] = node in latent_nodes
@cthoyt cthoyt closed this Dec 4, 2023
@cthoyt cthoyt deleted the remove-nuisance branch December 4, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants