You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

wink-regression-tree

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wink-regression-tree - npm Package Compare versions

Comparing version

to
1.3.1

16

package.json
{
"name": "wink-regression-tree",
"version": "1.3.0",
"version": "1.3.1",
"description": "Decision Tree to predict the value of a continuous target variable",

@@ -34,16 +34,16 @@ "keywords": [

"devDependencies": {
"chai": "^4.1.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"docker": "^1.0.0",
"documentation": "^5.3.1",
"eslint": "^4.2.0",
"documentation": "^5.3.5",
"eslint": "^4.14.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"mocha": "^4.0.1",
"mocha-lcov-reporter": "^1.2.0"
"jshint": "^2.9.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0"
},
"runkitExampleFilename": "./runkit/example.js",
"dependencies": {
"wink-helpers": "^1.1.1"
"wink-helpers": "^1.2.1"
}
}

@@ -5,7 +5,7 @@ # wink-regression-tree

### [![Build Status](https://api.travis-ci.org/winkjs/wink-regression-tree.svg?branch=master)](https://travis-ci.org/winkjs/wink-regression-tree) [![Coverage Status](https://coveralls.io/repos/github/winkjs/wink-regression-tree/badge.svg?branch=master)](https://coveralls.io/github/winkjs/wink-regression-tree?branch=master) [![Inline docs](http://inch-ci.org/github/winkjs/wink-regression-tree.svg?branch=master)](http://inch-ci.org/github/winkjs/wink-regression-tree) [![devDependencies Status](https://david-dm.org/winkjs/wink-regression-tree/dev-status.svg)](https://david-dm.org/winkjs/wink-regression-tree?type=dev)
### [![Build Status](https://api.travis-ci.org/winkjs/wink-regression-tree.svg?branch=master)](https://travis-ci.org/winkjs/wink-regression-tree) [![Coverage Status](https://coveralls.io/repos/github/winkjs/wink-regression-tree/badge.svg?branch=master)](https://coveralls.io/github/winkjs/wink-regression-tree?branch=master) [![Inline docs](http://inch-ci.org/github/winkjs/wink-regression-tree.svg?branch=master)](http://inch-ci.org/github/winkjs/wink-regression-tree) [![dependencies Status](https://david-dm.org/winkjs/wink-regression-tree/status.svg)](https://david-dm.org/winkjs/wink-regression-tree) [![devDependencies Status](https://david-dm.org/winkjs/wink-regression-tree/dev-status.svg)](https://david-dm.org/winkjs/wink-regression-tree?type=dev)
<img align="right" src="https://decisively.github.io/wink-logos/logo-title.png" width="100px" >
Predict the value of a continuous variable such as price, turn around time, or mileage using **`wink-regression-tree`**. It is a part of _[wink](http://winkjs.org/)_ — a growing family of high quality packages for Statistical Analysis, Natural Language Processing and Machine Learning in NodeJS.
Predict the value of a continuous variable such as price, turn around time, or mileage using **`wink-regression-tree`**. It is a part of [wink](http://winkjs.org/) — a growing family of high quality packages for Statistical Analysis, Natural Language Processing and Machine Learning in NodeJS.

@@ -99,4 +99,3 @@

Try [experimenting with this example on Runkit](https://npm.runkit.com/wink-regression-tree) in
the browser.
Try [experimenting with this example on Runkit](https://npm.runkit.com/wink-regression-tree) in the browser.

@@ -103,0 +102,0 @@ ### Documentation