/data-mining

I use this repo to experiment with Data Mining algorithms and Visualization techniques

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

mobble

Workspace for Coursera's Data Mining Specialization

About

This repo holds materials from Coursera's Data Mining specialization.

Tech Highlight

  • comming soon

Installation

  • clone this repository
    git clone "https://github.com/champagne-randy/data-mining.git" dataMining
  • change to project dir
    cd dataMining
  • install dependencies
    npm install

run build recipe

  • install project dependencies
    npm install
  • to run build tasks and watch for changes
    npm run build

run tests

  • install project dependencies
    npm install
  • to run all tests cases once
    npm run test
  • to run tests cases and watch for changes
    npm run test:watch

running stress tests in node

comming soon