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.
61 lines
1.5 KiB
61 lines
1.5 KiB
{
|
|
"_from": "file-match@^1.0.1",
|
|
"_id": "file-match@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ycrSZdLIrfOoFHWw30dYWQafrvc=",
|
|
"_location": "/file-match",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "file-match@^1.0.1",
|
|
"name": "file-match",
|
|
"escapedName": "file-match",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/file-system"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/file-match/-/file-match-1.0.2.tgz",
|
|
"_shasum": "c9cad265d2c8adf3a81475b0df475859069faef7",
|
|
"_spec": "file-match@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/file-system",
|
|
"author": {
|
|
"name": "douzi",
|
|
"email": "liaowei08@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/douzi8/file-match/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"utils-extend": "^1.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Match filepath is validated, or exclude filepath that don't need.",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"mocha": "^2.0.1"
|
|
},
|
|
"homepage": "https://github.com/douzi8/file-match#readme",
|
|
"keywords": [
|
|
"filepath",
|
|
"match",
|
|
"minimatch",
|
|
"grunt filematch"
|
|
],
|
|
"license": "ISC",
|
|
"main": "file-match.js",
|
|
"name": "file-match",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/douzi8/file-match.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|