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.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"_from": "cwise-parser@^1.0.0",
|
|
"_id": "cwise-parser@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-jkk8F9VPl8sDCp6YVLyGyd+zVP4=",
|
|
"_location": "/cwise-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cwise-parser@^1.0.0",
|
|
"name": "cwise-parser",
|
|
"escapedName": "cwise-parser",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cwise"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cwise-parser/-/cwise-parser-1.0.3.tgz",
|
|
"_shasum": "8e493c17d54f97cb030a9e9854bc86c9dfb354fe",
|
|
"_spec": "cwise-parser@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/cwise",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/scijs/cwise-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"esprima": "^1.0.3",
|
|
"uniq": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parser for cwise",
|
|
"devDependencies": {
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "a57b0ecf9a304e991c9bca348b4aa99b5c2a7fc1",
|
|
"homepage": "https://github.com/scijs/cwise-parser#readme",
|
|
"keywords": [
|
|
"cwise",
|
|
"parser",
|
|
"ndarray",
|
|
"internals"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cwise-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/scijs/cwise-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|
|
|