UNPKG

decision-tree

Version:

NodeJS implementation of decision tree using ID3 algorithm

36 lines (35 loc) 728 B
{ "name": "decision-tree", "description": "NodeJS implementation of decision tree using ID3 algorithm", "version": "0.3.7", "author": "Ankit Kuwadekar", "repository": { "type": "git", "url": "git://github.com/serendipious/nodejs-decision-tree-id3" }, "main": "./lib/decision-tree", "dependencies": { "lodash": "^4.17.21" }, "scripts": { "test": "NODE_PATH=. ./node_modules/.bin/mocha -R spec tst/*" }, "engines": { "node": ">= 14.x" }, "keywords": [ "decision", "tree", "classifier", "classification", "machine", "learning", "decision tree", "machine learning", "ID3" ], "devDependencies": { "mocha": "^8.3.2" }, "license": "MIT" }