Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

MDS cleanup for issue #1 #12

Closed egrace479 closed 1 year ago

egrace479 commented 1 year ago

Moved multidimensional scaling functions into andromeda.py file with descriptions for functions and sklearn imports at beginning then utilized (eg, PCA called instead of sklearn.decomposition.PCA at time of use).

egrace479 commented 1 year ago

Could you simplify these changes to just include the MDS code (andromeda.py + requirements.txt)?

They are now the only additions (along with the .gitignore).