0.2.3
What's changed
- Fix
IntensityFreereceiving raw-scale inter-event time statistics instead of log-space ones (#84):get_dt_statsnow computes the mean/std oflog(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.