https://github.com/mljs/dataset
dataset for multivariate analysis
https://github.com/mljs/dataset
Last synced: 7 days ago
JSON representation
dataset for multivariate analysis
- Host: GitHub
- URL: https://github.com/mljs/dataset
- Owner: mljs
- License: other
- Created: 2018-12-23T09:44:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T20:09:19.000Z (over 3 years ago)
- Last Synced: 2025-02-23T19:35:00.413Z (over 1 year ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dataset
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![David deps][david-image]][david-url]
[![npm download][download-image]][download-url]
dataset for multivariate analysis
## Installation
`$ npm install ml-dataset`
## [API Documentation](https://mljs.github.io/dataset/)
## Example
```js
const dataset = require('ml-dataset');
```
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-dataset.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/ml-dataset
[travis-image]: https://img.shields.io/travis/mljs/dataset/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/dataset
[david-image]: https://img.shields.io/david/mljs/dataset.svg?style=flat-square
[david-url]: https://david-dm.org/mljs/dataset
[download-image]: https://img.shields.io/npm/dm/ml-dataset.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/ml-dataset