deconfounder_tutorial
deconfounder_tutorial copied to clipboard
Results
2
deconfounder_tutorial issues
Sort by
recently updated
recently updated
newest added
Standardization is done using the mean and variance of the whole dataset (including holdout) in Step 1.1. For the holdout to remain totally unseen, we cannot use the information in...
In the "replace_latents" function, the second 'elif' condition should be : elif name == "**w2**": rv_kwargs["value"] = w2 Instead of : elif name == "_w_": rv_kwargs["value"] = w2