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.
129 lines
3.5 KiB
129 lines
3.5 KiB
{
|
|
"_from": "set-getter@^0.1.0",
|
|
"_id": "set-getter@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-12nBgsnVpR9AkUXy+6guXoboA3Y=",
|
|
"_location": "/set-getter",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "set-getter@^0.1.0",
|
|
"name": "set-getter",
|
|
"escapedName": "set-getter",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/assemble-core/lazy-cache",
|
|
"/assemble-fs/lazy-cache",
|
|
"/assemble-loader/lazy-cache",
|
|
"/assemble-render-file/lazy-cache",
|
|
"/assemble-streams/lazy-cache",
|
|
"/base-cli-process/lazy-cache",
|
|
"/base-cli-schema/lazy-cache",
|
|
"/base-compose/lazy-cache",
|
|
"/base-config-process/lazy-cache",
|
|
"/base-config-schema/lazy-cache",
|
|
"/base-data/lazy-cache",
|
|
"/base-engines/lazy-cache",
|
|
"/base-env/lazy-cache",
|
|
"/base-generators/lazy-cache",
|
|
"/base-helpers/lazy-cache",
|
|
"/base-namespace/lazy-cache",
|
|
"/base-option/lazy-cache",
|
|
"/base-pkg/lazy-cache",
|
|
"/base-questions/lazy-cache",
|
|
"/base-routes/lazy-cache",
|
|
"/base-runtimes/lazy-cache",
|
|
"/base-store/lazy-cache",
|
|
"/base-task/lazy-cache",
|
|
"/common-config/lazy-cache",
|
|
"/composer/lazy-cache",
|
|
"/data-store/lazy-cache",
|
|
"/engine-base/lazy-cache",
|
|
"/engine-cache/lazy-cache",
|
|
"/engine/collection-visit/lazy-cache",
|
|
"/engine/map-visit/lazy-cache",
|
|
"/expand-args/lazy-cache",
|
|
"/expand-pkg/lazy-cache",
|
|
"/is-valid-app/lazy-cache",
|
|
"/load-helpers/lazy-cache",
|
|
"/load-templates/lazy-cache",
|
|
"/log-utils/lazy-cache",
|
|
"/map-schema/lazy-cache",
|
|
"/normalize-pkg/lazy-cache",
|
|
"/option-cache/lazy-cache",
|
|
"/parser-front-matter/lazy-cache",
|
|
"/pkg-store/cache-base/lazy-cache",
|
|
"/pkg-store/collection-visit/lazy-cache",
|
|
"/pkg-store/map-visit/lazy-cache",
|
|
"/question-cache/lazy-cache",
|
|
"/question-store/lazy-cache",
|
|
"/repo-utils/lazy-cache",
|
|
"/resolve-file/lazy-cache",
|
|
"/templates/lazy-cache",
|
|
"/to-file/lazy-cache",
|
|
"/update/lazy-cache",
|
|
"/vinyl-item/lazy-cache",
|
|
"/vinyl-view/lazy-cache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.0.tgz",
|
|
"_shasum": "d769c182c9d5a51f409145f2fba82e5e86e80376",
|
|
"_spec": "set-getter@^0.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/is-valid-app/node_modules/lazy-cache",
|
|
"author": {
|
|
"name": "Brian Woodward",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/doowb/set-getter/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"to-object-path": "^0.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/doowb/set-getter",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "set-getter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/doowb/set-getter.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"reflinks": [
|
|
"verb",
|
|
"set-value"
|
|
],
|
|
"layout": "default",
|
|
"toc": false,
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.1.0"
|
|
}
|
|
|