BiomedSciAI / causallib

A Python package for modular causal inference analysis and model evaluations
Apache License 2.0
728 stars 97 forks source link

Update pandas>2 and networkx>3 for simulation module and some unit tests #71

Closed d-vct closed 3 months ago

d-vct commented 3 months ago

Update causallib simulation module (CausalSimulator3) to allow newer version of its dependencies: pandas>2 and networkx>3 Unit tests to test different link types: affine, poly, exp and log Unit test for effect modifier in marginal structural model: check that covariates have the same linking_coefs for the potential outcomes and effect modifiers have different ones

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.