# dataset **Repository Path**: mirrors_mljs/dataset ## Basic Information - **Project Name**: dataset - **Description**: dataset for multivariate analysis - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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