cytomining / cytominer

Methods for Image-Based Cell Profiling
https://cytomining.github.io/cytominer/
Other
49 stars 28 forks source link

Implement sparse random projections #117

Closed mcquin closed 6 years ago

mcquin commented 7 years ago

Resolves #115

mcquin commented 7 years ago

I'm mostly looking for feedback on implementation and style at this time. Also, is there anything I am missing (e.g., do I need to generate documentation)?

I'm concerned about the space complexity of n_features * n_components. It'd be great to do some bench marking before this gets merged.