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.
88 lines
1.9 KiB
88 lines
1.9 KiB
4 years ago
|
{
|
||
|
"_from": "cwd@^0.9.1",
|
||
|
"_id": "cwd@0.9.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-QeEKfhq4M9xZwuyoOBTH3ne1pP0=",
|
||
|
"_location": "/cwd",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "cwd@^0.9.1",
|
||
|
"name": "cwd",
|
||
|
"escapedName": "cwd",
|
||
|
"rawSpec": "^0.9.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.9.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/git-repo-name"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/cwd/-/cwd-0.9.1.tgz",
|
||
|
"_shasum": "41e10a7e1ab833dc59c2eca83814c7de77b5a4fd",
|
||
|
"_spec": "cwd@^0.9.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/git-repo-name",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/cwd/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"find-pkg": "^0.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (Node.js/javascript util)",
|
||
|
"devDependencies": {
|
||
|
"mocha": "*",
|
||
|
"normalize-path": "^1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/jonschlinkert/cwd",
|
||
|
"keywords": [
|
||
|
"current",
|
||
|
"cwd",
|
||
|
"dir",
|
||
|
"directory",
|
||
|
"file",
|
||
|
"filepath",
|
||
|
"path",
|
||
|
"paths",
|
||
|
"process",
|
||
|
"process.cwd",
|
||
|
"resolve",
|
||
|
"resolved",
|
||
|
"working"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "cwd",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jonschlinkert/cwd.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"is-absolute",
|
||
|
"is-relative",
|
||
|
"relative",
|
||
|
"global-paths",
|
||
|
"global-prefix",
|
||
|
"global-modules"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"version": "0.9.1"
|
||
|
}
|