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.
53 lines
1.6 KiB
53 lines
1.6 KiB
{
|
|
"_from": "stream-exhaust@^1.0.1",
|
|
"_id": "stream-exhaust@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==",
|
|
"_location": "/stream-exhaust",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stream-exhaust@^1.0.1",
|
|
"name": "stream-exhaust",
|
|
"escapedName": "stream-exhaust",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/async-done",
|
|
"/async-settle/async-done"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
|
|
"_shasum": "acdac8da59ef2bc1e17a2c0ccf6c320d120e555d",
|
|
"_spec": "stream-exhaust@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/async-done",
|
|
"author": {
|
|
"name": "Chris Dickinson",
|
|
"email": "chris@neversaw.us"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Ensure that a stream is flowing data without mutating it",
|
|
"devDependencies": {
|
|
"readable-stream": "^1.0.31",
|
|
"tape": "^2.14.0",
|
|
"through2": "^0.5.1"
|
|
},
|
|
"homepage": "https://github.com/chrisdickinson/stream-exhaust.git",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "stream-exhaust",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chrisdickinson/stream-exhaust.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|