Chinmay Ajnadkar

Results 4 issues of Chinmay Ajnadkar

hi, Thanks for the amazing work! While running following ``` from pyensae.languages import r2python ``` I get following error: ImportError: cannot import name 'r2python' from 'pyensae.languages' (/home/ajnadk/anaconda3/lib/python3.8/site-packages/pyensae/languages/__init__.py) In the 'languages...

#### Describe the bug Even after setting warnings to "once" in jupyter notebook, the warnings are repeated so many times. Similary, even if I set warnings to "ignore" the warnings...

Hi, I am trying to run Doubly Robust S-DID with unbalanced panel and varying base period. the control group is 'not_yet_treated' My code is as following: ``` att_gt = ATTgt(data=diddata,...