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.
56 lines
1.4 KiB
56 lines
1.4 KiB
4 years ago
|
{
|
||
|
"_from": "merge",
|
||
|
"_id": "merge@1.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==",
|
||
|
"_location": "/merge",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "merge",
|
||
|
"name": "merge",
|
||
|
"escapedName": "merge",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz",
|
||
|
"_shasum": "38bebf80c3220a8a487b6fcfb3941bb11720c145",
|
||
|
"_spec": "merge",
|
||
|
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
|
||
|
"author": {
|
||
|
"name": "yeikos"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/yeikos/js.merge/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.",
|
||
|
"homepage": "https://github.com/yeikos/js.merge",
|
||
|
"keywords": [
|
||
|
"merge",
|
||
|
"recursive",
|
||
|
"extend",
|
||
|
"clone",
|
||
|
"object",
|
||
|
"browser"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "merge.js",
|
||
|
"name": "merge",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/yeikos/js.merge.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "cd tests; node index.js"
|
||
|
},
|
||
|
"version": "1.2.1"
|
||
|
}
|