An open API service indexing awesome lists of open source software.

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

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