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.
92 lines
2.1 KiB
92 lines
2.1 KiB
{
|
|
"_from": "is-valid-instance@^0.2.0",
|
|
"_id": "is-valid-instance@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4an/EQa4y64AB+pqIPidVGoqWg8=",
|
|
"_location": "/is-valid-instance",
|
|
"_phantomChildren": {
|
|
"isarray": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-valid-instance@^0.2.0",
|
|
"name": "is-valid-instance",
|
|
"escapedName": "is-valid-instance",
|
|
"rawSpec": "^0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-generators",
|
|
"/is-valid-app"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-valid-instance/-/is-valid-instance-0.2.0.tgz",
|
|
"_shasum": "e1a9ff1106b8cbae0007ea6a20f89d546a2a5a0f",
|
|
"_spec": "is-valid-instance@^0.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/is-valid-app",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-valid-instance/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"isobject": "^2.1.0",
|
|
"pascalcase": "^0.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Returns true if a value is a valid instance of Base.",
|
|
"devDependencies": {
|
|
"base": "^0.11.1",
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.5.3",
|
|
"templates": "^0.22.5",
|
|
"vinyl": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/is-valid-instance",
|
|
"keywords": [
|
|
"app",
|
|
"base",
|
|
"instance",
|
|
"valid"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-valid-instance",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/is-valid-instance.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"layout": "default",
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"base-app"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"base",
|
|
"templates",
|
|
"verb-readme-generator"
|
|
]
|
|
},
|
|
"version": "0.2.0"
|
|
}
|
|
|