/datus

A library of tools meant to assist with data mining and simple machine learning algorithms.

Primary LanguageJavaScriptMIT LicenseMIT

datus

A library of tools meant to assist with data mining and simple machine learning algorithms.

Running

Prior to running anything from datus ensure you have node installed (datus was developed with node v10.9.0). Once installed run the following in the datus root dircetory to install dependencies:

$ npm install

To run datus tests run the command:

$ npm test

To run the fortune cookies example run the command:

$ npm start