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.
62 lines
1.5 KiB
62 lines
1.5 KiB
{
|
|
"_from": "two-sum@^1.0.0",
|
|
"_id": "two-sum@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-MdPzIjnk9zHsqd+RVeKyl/AIq2Q=",
|
|
"_location": "/two-sum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "two-sum@^1.0.0",
|
|
"name": "two-sum",
|
|
"escapedName": "two-sum",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/compare-angle",
|
|
"/robust-scale"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/two-sum/-/two-sum-1.0.0.tgz",
|
|
"_shasum": "31d3f32239e4f731eca9df9155e2b297f008ab64",
|
|
"_spec": "two-sum@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/robust-scale",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/two-sum/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Computes a non-overlapping sequence representing the sum of two floating point numbers.",
|
|
"devDependencies": {
|
|
"tape": "~1.1.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/two-sum#readme",
|
|
"keywords": [
|
|
"two",
|
|
"sum",
|
|
"floating",
|
|
"point",
|
|
"robust",
|
|
"exact"
|
|
],
|
|
"license": "MIT",
|
|
"main": "two-sum.js",
|
|
"name": "two-sum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/two-sum.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|