mmcdermott / EventStreamGPT

Dataset and modelling infrastructure for modelling "event streams": sequences of continuous time, multivariate events with complex internal dependencies.
https://eventstreamml.readthedocs.io/en/latest/
MIT License
98 stars 16 forks source link

Force foreign-key constraints among dfs #88

Closed Jwoo5 closed 9 months ago

Jwoo5 commented 9 months ago

Force foreign-key constraints among dfs so that all the events in events_df have matched subject_ids with subject_df, and all the measurements in dynamic_measurements_df have matched event_ids with events_df.