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.
59 lines
1.6 KiB
59 lines
1.6 KiB
{
|
|
"_from": "debounce@^1.2.0",
|
|
"_id": "debounce@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==",
|
|
"_location": "/debounce",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "debounce@^1.2.0",
|
|
"name": "debounce",
|
|
"escapedName": "debounce",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/kapsule"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz",
|
|
"_shasum": "44a540abc0ea9943018dc0eaa95cce87f65cd131",
|
|
"_spec": "debounce@^1.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/kapsule",
|
|
"bugs": {
|
|
"url": "https://github.com/component/debounce/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"component": {
|
|
"scripts": {
|
|
"debounce/index.js": "index.js"
|
|
}
|
|
},
|
|
"deprecated": false,
|
|
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
|
|
"devDependencies": {
|
|
"minijasminenode": "^1.1.1",
|
|
"mocha": "*",
|
|
"should": "*",
|
|
"sinon": "^1.17.7"
|
|
},
|
|
"homepage": "https://github.com/component/debounce#readme",
|
|
"keywords": [
|
|
"function",
|
|
"throttle",
|
|
"invoke"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "debounce",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/component/debounce.git"
|
|
},
|
|
"scripts": {
|
|
"test": "minijasminenode test.js"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|
|
|