Skip to content

Commit 61a6023

Browse files
Julien RousselJulien Roussel
authored andcommitted
mend
1 parent 92fc313 commit 61a6023

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ History
88
* VAR(p) EM sampler implemented, founding on a VAR(p) modelization such as the one described in `Lütkepohl (2005) New Introduction to Multiple Time Series Analysis`
99
* EM and RPCA matrices transposed in the low-level impelmentation, however the API remains unchanged
1010
* Sparse matrices introduced in the RPCA implementation so as to speed up the execution
11+
* Implementation of SoftImpute, which provides a fast but less robust alterantive to RPCA
12+
* Implementation of TabDDPM and TsDDPM, which are diffusion-based models for tabular data and time-series data, based on Denoising Diffusion Probabilistic Models. Their implementations follow the work of Tashiro et al., (2021) and Kotelnikov et al., (2023).
13+
* ImputerDiffusion is an imputer-wrapper of these two models TabDDPM and TsDDPM.
1114
* Docstrings and tests improved for the EM sampler
12-
* Online documentation reworked, with new tutorials on hole generators and a benchmar for time series imputation
15+
* Online documentation reworked, with new tutorials on hole generators and a benchmark for time series imputation
1316

1417
0.0.15 (2023-08-03)
1518
-------------------

0 commit comments

Comments
 (0)