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

Possibly replace `JSONableMixin` with `OmegaConf` throughout. #24

Open mmcdermott opened 1 year ago

mmcdermott commented 1 year ago

This class: https://github.com/mmcdermott/EventStreamML/blob/dev/EventStream/utils.py#L102 is redundant with capabilities of OmegaConf, and we should consdier eliminating it.