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.
161 lines
3.4 KiB
161 lines
3.4 KiB
{
|
|
"_from": "base-data@^0.6.0",
|
|
"_id": "base-data@0.6.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wH2ViG6CUO2AaeHSEt6fJTyQAk5gl0oY456DoSC5h8mnHrWUbvdctMCuF53CXgBmi0oalZQppKNH0iamG5+uqw==",
|
|
"_location": "/base-data",
|
|
"_phantomChildren": {
|
|
"debug": "2.6.9",
|
|
"is-extendable": "0.1.1",
|
|
"is-extglob": "2.1.1",
|
|
"is-registered": "0.1.5",
|
|
"isobject": "3.0.1",
|
|
"pascalcase": "0.1.1",
|
|
"set-getter": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "base-data@^0.6.0",
|
|
"name": "base-data",
|
|
"escapedName": "base-data",
|
|
"rawSpec": "^0.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-generators",
|
|
"/templates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base-data/-/base-data-0.6.2.tgz",
|
|
"_shasum": "019d71cf2c6691d85fae9d7c88a5e54ac68ae5fb",
|
|
"_spec": "base-data@^0.6.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/base-data/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"arr-flatten": "^1.1.0",
|
|
"cache-base": "^1.0.0",
|
|
"extend-shallow": "^2.0.1",
|
|
"get-value": "^2.0.6",
|
|
"has-glob": "^1.0.0",
|
|
"has-value": "^1.0.0",
|
|
"is-registered": "^0.1.5",
|
|
"is-valid-app": "^0.3.0",
|
|
"kind-of": "^5.0.0",
|
|
"lazy-cache": "^2.0.2",
|
|
"merge-value": "^1.0.0",
|
|
"mixin-deep": "^1.2.0",
|
|
"read-file": "^0.2.0",
|
|
"resolve-glob": "^1.0.0",
|
|
"set-value": "^2.0.0",
|
|
"union-value": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "adds a `data` method to base-methods.",
|
|
"devDependencies": {
|
|
"base": "^0.13.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-format-md": "^1.0.0",
|
|
"gulp-istanbul": "^1.1.2",
|
|
"gulp-mocha": "^3.0.1",
|
|
"js-yaml": "^3.9.0",
|
|
"mocha": "^3.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/node-base/base-data",
|
|
"keywords": [
|
|
"api",
|
|
"app",
|
|
"application",
|
|
"base",
|
|
"base-methods",
|
|
"base-plugin",
|
|
"baseplugin",
|
|
"building-blocks",
|
|
"context",
|
|
"create",
|
|
"data",
|
|
"extend",
|
|
"framework",
|
|
"glob",
|
|
"json",
|
|
"load",
|
|
"merge",
|
|
"methods",
|
|
"plugin",
|
|
"plugins",
|
|
"templates",
|
|
"tool",
|
|
"toolkit",
|
|
"tools",
|
|
"yaml"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "base-data",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/base-data.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": true,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"base-cli",
|
|
"base-config",
|
|
"base-option",
|
|
"base-pipeline",
|
|
"base-plugins",
|
|
"base-store"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"base",
|
|
"is-registered",
|
|
"is-valid-app",
|
|
"is-valid-instance",
|
|
"verb",
|
|
"verb-readme-generator"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.6.2"
|
|
}
|
|
|