Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-17 | 377 Bytes | |
v3.0.2 source code.tar.gz | 2025-06-17 | 22.3 MB | |
v3.0.2 source code.zip | 2025-06-17 | 22.5 MB | |
Totals: 3 Items | 44.8 MB | 2 |
Enhancements
- Distributional predictions in
predict_insample()
@janovergoor (#1309) - Optimizations in tsdataset: reduce allocations for large datasets @tylernisonoff (#1335)
Fixes
- [FIX]: Add logic to load custom models when using ReduceLROnPlateau @marcopeix (#1340)
- [FIX]: Fixes incorrect cuts in conformal prediction with conformal_error @elephaint (#1331)