Releases: CyrilJl/TimeFiller
Releases · CyrilJl/TimeFiller
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0
timefiller 1.0
- Default estimator to custom implementation of Ridge regression ; no scikit-learn overhead for speed
multivariate_lags
is 'auto' by default ; it seeks for optimal lags in the covariates during the
imputation of each column- Numerous speed-ups improvements
v0.1.10
Version 0.1.10 - Release Notes
Enhancements
- Code Refactoring:
- Improved functionality around the
multivariate_lags
argument. - Optimal forward and backward lag selection for covariates is now performed for each imputed feature.
- Accelerated computation of cross-correlations using Numba, with robust handling of NaN values.
- Improved functionality around the
Documentation
- Docstrings Added:
- Comprehensive docstrings have been included to enhance code clarity and usability.