David Sorge

Results 4 comments of David Sorge

Yes, it's an issue that folks in the social sciences have been trying to figure out how to deal with for years; there's been a long history of different solutions...

Yes, that should be pretty easy. Here's a code snippet that reproduces the problem: ``` base_df_sample = pd.read_csv('base_df_sample.csv', index_col=0) covariate_sample = pd.read_csv('covariate_sample.csv') print('Before merge:') print(base_sample.event.value_counts()) print() integrated = add_covariate_to_timeline( base_df_sample,...

(Also, for the record, thank you for both (a) a great tool--I'm really grateful to be able to do my Survival Analysis in python rather than having to jump over...

Similar issue for me: ``` $ echo "The book Tom and Jerry put on the yellow desk yesterday war about NLP." | python src/tokenize.py | fairseq-interactive model7m/ --path model7m/checkpoint_best.pt --source-lang...