You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flatten model package: move models out of torch_model/
With TensorFlow support removed, the torch_model subpackage is a
vestige. Models now live directly under easy_tpp/model/ without the
torch_ filename prefix (e.g. easy_tpp/model/nhp.py). The old
easy_tpp.model.torch_model.* import paths keep working through shim
modules that re-export from the new locations and emit a
DeprecationWarning. Internal imports, docs, README links, the
generation notebook, and the reference config are updated; legacy
import identity is covered by tests.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| 1 | KDD'16 | RMTPP |[Recurrent Marked Temporal Point Processes: Embedding Event History to Vector](https://www.kdd.org/kdd2016/papers/files/rpp1081-duA.pdf)|[PyTorch](easy_tpp/model/torch_model/torch_rmtpp.py)|
76
-
| 2 | NeurIPS'17 | NHP |[The Neural Hawkes Process: A Neurally Self-Modulating Multivariate Point Process](https://arxiv.org/abs/1612.09328)|[PyTorch](easy_tpp/model/torch_model/torch_nhp.py)|
77
-
| 3 | NeurIPS'19 | FullyNN |[Fully Neural Network based Model for General Temporal Point Processes](https://arxiv.org/abs/1905.09690)|[PyTorch](easy_tpp/model/torch_model/torch_fullynn.py)|
| 8 | ICLR'22 | AttNHP |[Transformer Embeddings of Irregularly Spaced Events and Their Participants](https://arxiv.org/abs/2201.00044)|[PyTorch](easy_tpp/model/torch_model/torch_attnhp.py)|
83
-
| 9 | NeurIPS'24 | WSMTHP |[Is Score Matching Suitable for Estimating Point Processes?](https://arxiv.org/abs/2410.04037)|[PyTorch](easy_tpp/model/torch_model/torch_wsm_thp.py)|
| 1 | KDD'16 | RMTPP |[Recurrent Marked Temporal Point Processes: Embedding Event History to Vector](https://www.kdd.org/kdd2016/papers/files/rpp1081-duA.pdf)|[PyTorch](easy_tpp/model/rmtpp.py)|
76
+
| 2 | NeurIPS'17 | NHP |[The Neural Hawkes Process: A Neurally Self-Modulating Multivariate Point Process](https://arxiv.org/abs/1612.09328)|[PyTorch](easy_tpp/model/nhp.py)|
77
+
| 3 | NeurIPS'19 | FullyNN |[Fully Neural Network based Model for General Temporal Point Processes](https://arxiv.org/abs/1905.09690)|[PyTorch](easy_tpp/model/fullynn.py)|
| 8 | ICLR'22 | AttNHP |[Transformer Embeddings of Irregularly Spaced Events and Their Participants](https://arxiv.org/abs/2201.00044)|[PyTorch](easy_tpp/model/attnhp.py)|
83
+
| 9 | NeurIPS'24 | WSMTHP |[Is Score Matching Suitable for Estimating Point Processes?](https://arxiv.org/abs/2410.04037)|[PyTorch](easy_tpp/model/wsm_thp.py)|
0 commit comments