StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.0 KiB
84 lines
2.0 KiB
{
|
|
"_from": "arrayify-compact@^0.2.0",
|
|
"_id": "arrayify-compact@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RZFw4VXKErtRRISDnJ1xUHyA7E0=",
|
|
"_location": "/arrayify-compact",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "arrayify-compact@^0.2.0",
|
|
"name": "arrayify-compact",
|
|
"escapedName": "arrayify-compact",
|
|
"rawSpec": "^0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-cli-process"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/arrayify-compact/-/arrayify-compact-0.2.0.tgz",
|
|
"_shasum": "459170e155ca12bb514484839c9d71507c80ec4d",
|
|
"_spec": "arrayify-compact@^0.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cli-process",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/arrayify-compact/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"arr-flatten": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Casts the given value to a flatten array, and removes falsey items (similar to lodash compact).",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.5",
|
|
"verb": "^0.8.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/arrayify-compact",
|
|
"keywords": [
|
|
"array",
|
|
"arrayify",
|
|
"boolean",
|
|
"compact",
|
|
"falsey",
|
|
"flat",
|
|
"flatten",
|
|
"flattened",
|
|
"to-array",
|
|
"toArray",
|
|
"values"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "arrayify-compact",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/arrayify-compact.git"
|
|
},
|
|
"verbiage": {
|
|
"related": {
|
|
"description": "Other utils for working with arrays.",
|
|
"list": [
|
|
"arr-flatten",
|
|
"arr-reduce",
|
|
"arr-pluck",
|
|
"arr-map",
|
|
"arr-union",
|
|
"array-unique",
|
|
"utils"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.2.0"
|
|
}
|
|
|