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.
86 lines
1.9 KiB
86 lines
1.9 KiB
{
|
|
"_from": "is-relative@^0.2.1",
|
|
"_id": "is-relative@0.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=",
|
|
"_location": "/is-relative",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-relative@^0.2.1",
|
|
"name": "is-relative",
|
|
"escapedName": "is-relative",
|
|
"rawSpec": "^0.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-absolute"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
|
|
"_shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
|
|
"_spec": "is-relative@^0.2.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/is-absolute",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-relative/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"is-unc-path": "^0.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Returns `true` if the path appears to be relative.",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/is-relative",
|
|
"keywords": [
|
|
"absolute",
|
|
"check",
|
|
"file",
|
|
"filepath",
|
|
"is",
|
|
"normalize",
|
|
"path",
|
|
"path.relative",
|
|
"relative",
|
|
"resolve",
|
|
"slash",
|
|
"slashes",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-relative",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/is-relative.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"is-absolute",
|
|
"is-relative",
|
|
"is-dotfile",
|
|
"is-glob",
|
|
"is-unc-path"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.2.1"
|
|
}
|
|
|