How can I compute the ideal variance threshold value for my data?
I have a dataset that contains n features scaled between [0,1]. I would use an unsupervised feature selection algorithm (variance thresholding). How can I compute the threshold value?
Topic variance feature-selection
Category Data Science