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.
81 lines
1.8 KiB
81 lines
1.8 KiB
{
|
|
"_from": "rethrow@^0.2.3",
|
|
"_id": "rethrow@0.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xVKPGQ6J7HU1iJRSob5omWtfZhY=",
|
|
"_location": "/rethrow",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rethrow@^0.2.3",
|
|
"name": "rethrow",
|
|
"escapedName": "rethrow",
|
|
"rawSpec": "^0.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/template-error"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rethrow/-/rethrow-0.2.3.tgz",
|
|
"_shasum": "c5528f190e89ec7535889452a1be68996b5f6616",
|
|
"_spec": "rethrow@^0.2.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/template-error",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/rethrow/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-bgred": "^0.1.1",
|
|
"ansi-red": "^0.1.1",
|
|
"ansi-yellow": "^0.1.1",
|
|
"extend-shallow": "^1.1.4",
|
|
"lazy-cache": "^0.2.3",
|
|
"right-align": "^0.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Re-throw an error to get better error reporting for templates.",
|
|
"devDependencies": {
|
|
"engine": "^0.1.5",
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/rethrow",
|
|
"keywords": [
|
|
"error",
|
|
"handle",
|
|
"template"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "rethrow",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/rethrow.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"template-error",
|
|
"verb",
|
|
"assemble",
|
|
"template"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.2.3"
|
|
}
|
|
|