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.
59 lines
1.7 KiB
59 lines
1.7 KiB
{
|
|
"_from": "vega-typings@0.12.0",
|
|
"_id": "vega-typings@0.12.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-K+IoUTTtXW3E1Qhr/y+JgLRxy476viAm6DeM8IiVrA8vvuLA3FTzHaeI7TCnaWEwk9xxLJBtdVKKC5FGbp0Nyw==",
|
|
"_location": "/vega-typings",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vega-typings@0.12.0",
|
|
"name": "vega-typings",
|
|
"escapedName": "vega-typings",
|
|
"rawSpec": "0.12.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.12.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vega"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.12.0.tgz",
|
|
"_shasum": "bf998252b7f72bb2f22d6d5a02813e0bd3685562",
|
|
"_spec": "vega-typings@0.12.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega",
|
|
"author": {
|
|
"name": "Dominik Moritz",
|
|
"email": "domoritz@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vega/vega/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"vega-util": "^1.12.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Typings for Vega.",
|
|
"gitHead": "b690910bacfcb2580511e262400e496d9b14b04f",
|
|
"homepage": "https://github.com/vega/vega#readme",
|
|
"keywords": [
|
|
"vega",
|
|
"typescript",
|
|
"typings"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"name": "vega-typings",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vega/vega.git"
|
|
},
|
|
"scripts": {
|
|
"build-tests": "./build-tests.sh",
|
|
"format": "prettier $([ \"$CI\" = true ] && echo --check || echo --write) './**/*.{ts,tsx,js,json,css}'",
|
|
"pretest": "yarn build-tests",
|
|
"test": "yarn format && dtslint ."
|
|
},
|
|
"types": "types",
|
|
"version": "0.12.0"
|
|
}
|
|
|