Dimensionality reduction of vectors with null values
I have vectors of same length where each entry can have the value 0, 1 or null.
V = {[0,1,1,1,null,0], [null,1,0,null,0,1], ...}
How can I perform a dimensionality reduction of these vectors into a lower dimensional space (in this case 2d)?
Topic vector-space-models missing-data dimensionality-reduction
Category Data Science