Skip to content

0.2.3

Choose a tag to compare

@iLampard iLampard released this 13 Jul 06:43
· 18 commits to main since this release

What's changed

  • Fix IntensityFree receiving raw-scale inter-event time statistics instead of log-space ones (#84): get_dt_stats now computes the mean/std of log(clip(dt, 1e-5)), matching the original IFL-TPP (Shchur et al., ICLR 2020). Its incorrect streaming mean/variance aggregation was also fixed.
  • New explainer notebook: notebooks/easytpp_intensityfree_log_stats.ipynb (Colab-ready) reproducing the bug and quantifying its impact.

Note: IntensityFree checkpoints trained on earlier versions bake in the old statistics and are not comparable with models trained on 0.2.3 — retrain to benefit from the fix.