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.7 KiB
63 lines
1.7 KiB
{
|
|
"_from": "stardust-allofw",
|
|
"_id": "stardust-allofw@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-93pnjWtMQx6OT+FmULpEYkJGPJOF5beW4AYrdrAaPnU7ktP4UbzMySbQ0otrUjrO91TT8IWxyyVJg9XHYrd+iw==",
|
|
"_location": "/stardust-allofw",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "stardust-allofw",
|
|
"name": "stardust-allofw",
|
|
"escapedName": "stardust-allofw",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stardust-allofw/-/stardust-allofw-0.1.1.tgz",
|
|
"_shasum": "3aadd264dd73e6b76a872858bd2f62d036a80d4d",
|
|
"_spec": "stardust-allofw",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Donghao Ren",
|
|
"email": "donghao.ren@gmail.com",
|
|
"url": "https://donghaoren.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stardustjs/stardust-allofw/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"allofw": "0.1.0",
|
|
"stardust-core": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Allofw platform for Stardust",
|
|
"devDependencies": {
|
|
"@types/node": "^6.0.0",
|
|
"typescript": "^2.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/stardustjs/stardust-allofw#readme",
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/stardust-allofw.js",
|
|
"name": "stardust-allofw",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stardustjs/stardust-allofw.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p src",
|
|
"prepublish": "npm run build",
|
|
"watch": "tsc -w -p src"
|
|
},
|
|
"typings": "dist/stardust-allofw.d.ts",
|
|
"version": "0.1.1"
|
|
}
|
|
|