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.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_from": "quickselect@^2.0.0",
|
|
"_id": "quickselect@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==",
|
|
"_location": "/quickselect",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "quickselect@^2.0.0",
|
|
"name": "quickselect",
|
|
"escapedName": "quickselect",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mapbox-gl"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz",
|
|
"_shasum": "f19680a486a5eefb581303e023e98faaf25dd018",
|
|
"_spec": "quickselect@^2.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
|
|
"author": {
|
|
"name": "Vladimir Agafonkin"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A tiny and fast selection algorithm in JavaScript.",
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-mourner": "^2.0.3",
|
|
"esm": "^3.0.15",
|
|
"rollup": "^0.57.1",
|
|
"tape": "^4.9.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "mourner",
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"quickselect.js"
|
|
],
|
|
"keywords": [
|
|
"selection",
|
|
"algorithm",
|
|
"quickselect",
|
|
"sort",
|
|
"partial",
|
|
"floyd",
|
|
"rivest"
|
|
],
|
|
"license": "ISC",
|
|
"main": "quickselect.js",
|
|
"module": "index.js",
|
|
"name": "quickselect",
|
|
"scripts": {
|
|
"bench": "node -r esm bench.js",
|
|
"build": "rollup -c",
|
|
"prepublishOnly": "npm run build",
|
|
"pretest": "eslint index.js test.js bench.js",
|
|
"test": "node -r esm test.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|
|
|