UNPKG

ensembler

Version:

Ensemble together your machine learning algorithms automatically!

48 lines (47 loc) 1.08 kB
{ "name": "ensembler", "version": "0.9.3", "description": "Ensemble together your machine learning algorithms automatically!", "main": "controller.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ClimbsRocks/ensembler.git" }, "keywords": [ "machine", "learning", "ensembles", "data", "science", "kaggle", "kaggle", "competitions", "bagging", "ensemble", "of", "classifiers", "automated", "machine", "learning", "predictions" ], "author": "Preston Parry <climbsbytes@gmail.com> (prestonparry.com)", "license": "MIT", "bugs": { "url": "https://github.com/ClimbsRocks/ensembler/issues" }, "homepage": "https://github.com/ClimbsRocks/ensembler#readme", "dependencies": { "babyparse": "^0.4.3", "byline": "^4.2.1", "csv": "^0.4.6", "fast-csv": "^0.6.0", "fs-extra": "^0.26.2", "machinejs": "^0.9.0", "mathjs": "^2.4.2", "python-shell": "^0.2.0" } }