https://github.com/mljs/umap
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mljs/umap
- Owner: mljs
- License: mit
- Created: 2020-10-09T16:38:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T09:26:21.000Z (over 4 years ago)
- Last Synced: 2025-01-05T12:12:33.467Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ml-umap
[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
.
## Installation
`$ npm i ml-ml-umap`
## Usage
```js
import library from 'ml-ml-umap';
const result = library(args);
// result is ...
```
## [API Documentation](https://mljs.github.io/ml-umap/)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-ml-umap.svg
[npm-url]: https://www.npmjs.com/package/ml-ml-umap
[ci-image]: https://github.com/mljs/ml-umap/workflows/Node.js%20CI/badge.svg?branch=master
[ci-url]: https://github.com/mljs/ml-umap/actions?query=workflow%3A%22Node.js+CI%22
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/ml-umap.svg
[codecov-url]: https://codecov.io/gh/mljs/ml-umap
[download-image]: https://img.shields.io/npm/dm/ml-ml-umap.svg
[download-url]: https://www.npmjs.com/package/ml-ml-umap