rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.86k stars 857 forks source link

Implement Sammon Mapping Dimensionality Reduction #603

Open rasbt opened 4 years ago

deepandas11 commented 4 years ago

Hello! Interested in working on this. Do you have any base implementation/material to refer to?

rasbt commented 4 years ago

Nice! Regarding the base material, maybe the best resource would be the original paper:

Regarding a Python-based implementation, I found this one:

For this here, we would aim for a scikit-learn interface similar to principal component analysis etc.

deepandas11 commented 4 years ago

Great! Will have a look.