Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 854 Bytes

README.rst

File metadata and controls

19 lines (14 loc) · 854 Bytes

NeuMiss

NeuMiss is a neural network architecture aimed at handling missing values, usually used as a preprocessing layer.

For a detailed description of the problem of encoding dirty categorical data, see NeuMiss networks: differentiable programming for supervised learning with missing values [1] and What’s a good imputation to predict with missing values? [2].

References

[1]Marine Le Morvan, et al. NeuMiss networks: differentiable programming for supervised learning with missing values. 2020. Advances in Neural Information Processing Systems 33 (NeurIPS 2020)
[2]Marine Le Morvan, et al. What’s a good imputation to predict with missing values. 2021.