My input data looks like
[1,1,0,0,0,0,1,0,24,3,0,0,0......]
These are SIFT features for images and they are 128 dimensions for each sample likewise I have about 100,000 samples each with 128 dimensions. I want to discretize these features. Is there any easy python packages which can be used to do it? Thanks in advance!