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.
61 lines
1.4 KiB
61 lines
1.4 KiB
{
|
|
"_from": "signum@^1.0.0",
|
|
"_id": "signum@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-dKfSvyogtA66FqkrFSEk8dVZ+nc=",
|
|
"_location": "/mouse-wheel/signum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "signum@^1.0.0",
|
|
"name": "signum",
|
|
"escapedName": "signum",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mouse-wheel"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/signum/-/signum-1.0.0.tgz",
|
|
"_shasum": "74a7d2bf2a20b40eba16a92b152124f1d559fa77",
|
|
"_spec": "signum@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mouse-wheel",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/signum/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Returns the sign of a number",
|
|
"devDependencies": {
|
|
"tape": "^2.12.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/signum",
|
|
"keywords": [
|
|
"sign",
|
|
"number",
|
|
"signum",
|
|
"plus",
|
|
"minus",
|
|
"zero"
|
|
],
|
|
"license": "MIT",
|
|
"main": "sgn.js",
|
|
"name": "signum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/signum.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|