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.
97 lines
2.2 KiB
97 lines
2.2 KiB
{
|
|
"_from": "falsey@^0.3.0",
|
|
"_id": "falsey@0.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-lxEuefF5MBIVDmE6XeqCdM4BWk1+vYmGZtkbKZ/VFcg6uBBw6fXNEbWmxCjDdQlFc9hy450nkiWwM3VAW6G1qg==",
|
|
"_location": "/falsey",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "falsey@^0.3.0",
|
|
"name": "falsey",
|
|
"escapedName": "falsey",
|
|
"rawSpec": "^0.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-cli-schema",
|
|
"/layouts",
|
|
"/templates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/falsey/-/falsey-0.3.2.tgz",
|
|
"_shasum": "b21c90c5c34660fc192bf909575db95b6880d597",
|
|
"_spec": "falsey@^0.3.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/falsey/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"kind-of": "^5.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Returns true if `value` is falsey. Works for strings, arrays and `arguments` objects with a length of `0`, and objects with no own enumerable properties are considered falsey.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^1.0.0",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/falsey",
|
|
"keywords": [
|
|
"args",
|
|
"arguments",
|
|
"array",
|
|
"boolean",
|
|
"check",
|
|
"false",
|
|
"falsey",
|
|
"null",
|
|
"object",
|
|
"type",
|
|
"undefined",
|
|
"value"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "falsey",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/falsey.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"is-number",
|
|
"is-primitive",
|
|
"isobject",
|
|
"kind-of"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.3.2"
|
|
}
|
|
|