Skip to content

Commit 381b1f1

Browse files
author
Gsaes
committed
fix
1 parent 6b06ac0 commit 381b1f1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ The following table contains the available imputation methods. We distinguish si
171171
- Imputes missing values via EM algorithm
172172
- both
173173
- both
174+
* - MLP
175+
- Imputer based Multi-Layers Perceptron Model
176+
- both
177+
- both
178+
* - Autoencoder
179+
- Imputer based Autoencoder Model with Variationel method
180+
- both
181+
- both
174182
* - TabDDPM
175183
- Imputer based on Denoising Diffusion Probabilistic Models
176184
- both

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
AUTHORS = """
1515
Hong-Lan Botterman,
1616
Julien Roussel,
17+
Guillaume Saës,
1718
Thomas Morzadec,
1819
Rima Hajou,
1920
Firas Dakhli,
@@ -23,6 +24,7 @@
2324
AUTHORS_EMAIL = """
2425
2526
27+
2628
2729
2830

0 commit comments

Comments
 (0)