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.
69 lines
1.8 KiB
69 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "ndarray-gradient@^1.0.0",
|
||
|
"_id": "ndarray-gradient@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-t0kaUVxqZJ8ZpiMk//byf8jCU5M=",
|
||
|
"_location": "/ndarray-gradient",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "ndarray-gradient@^1.0.0",
|
||
|
"name": "ndarray-gradient",
|
||
|
"escapedName": "ndarray-gradient",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gl-surface3d"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/ndarray-gradient/-/ndarray-gradient-1.0.0.tgz",
|
||
|
"_shasum": "b7491a515c6a649f19a62324fff6f27fc8c25393",
|
||
|
"_spec": "ndarray-gradient@^1.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-surface3d",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikolalysenko/ndarray-gradient/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"cwise-compiler": "^1.0.0",
|
||
|
"dup": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Finds the gradient of an ndarray using finite differences",
|
||
|
"devDependencies": {
|
||
|
"ndarray": "^1.0.15",
|
||
|
"ndarray-pack": "^1.1.1",
|
||
|
"ndarray-scratch": "^1.1.1",
|
||
|
"ndarray-show": "^1.1.0",
|
||
|
"ndarray-unpack": "^1.0.0",
|
||
|
"tape": "^3.0.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"example": "example",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://github.com/mikolalysenko/ndarray-gradient",
|
||
|
"keywords": [
|
||
|
"gradient",
|
||
|
"ndarray",
|
||
|
"finite",
|
||
|
"difference"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "fdg.js",
|
||
|
"name": "ndarray-gradient",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mikolalysenko/ndarray-gradient.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|