https://github.com/acorg/pymds
Metric multidimensional scaling in python
https://github.com/acorg/pymds
dimensionality-reduction mds python python3
Last synced: 6 months ago
JSON representation
Metric multidimensional scaling in python
- Host: GitHub
- URL: https://github.com/acorg/pymds
- Owner: acorg
- License: mit
- Created: 2018-07-02T10:39:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T13:36:56.000Z (about 7 years ago)
- Last Synced: 2025-02-17T09:39:09.871Z (8 months ago)
- Topics: dimensionality-reduction, mds, python, python3
- Language: Python
- Size: 110 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pymds
Metric multidimensional scaling in python.
## Install
It can be installed from command-line using
[pip](https://pypi.python.org/pypi/pip):```bash
pip install pymds
```## Documentation
Check out [pymds.readthedocs.io](https://pymds.readthedocs.io).
## License
This project is licensed under the MIT license.