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.
68 lines
1.8 KiB
68 lines
1.8 KiB
{
|
|
"_from": "sylvester-es6@0.0.2",
|
|
"_id": "sylvester-es6@0.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-PmUXilrjzD9BlULZzRrVVDWRKr8=",
|
|
"_location": "/sylvester-es6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "sylvester-es6@0.0.2",
|
|
"name": "sylvester-es6",
|
|
"escapedName": "sylvester-es6",
|
|
"rawSpec": "0.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/parcoord-es"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sylvester-es6/-/sylvester-es6-0.0.2.tgz",
|
|
"_shasum": "3e65178a5ae3cc3f419542d9cd1ad55435912abf",
|
|
"_spec": "sylvester-es6@0.0.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/parcoord-es",
|
|
"author": {
|
|
"name": "Pit Humke"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pithumke/sylvester/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Fork of the famous Sylvester vector, matrix and geometry library. Rewritten in ES6 and including the glUtils.js add-ons.",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"chai": "^3.5.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-babel": "^6.0.0",
|
|
"grunt-mocha-test": "^0.12.7",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"directories": {
|
|
"src": "src",
|
|
"target": "target",
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/pithumke/sylvester#readme",
|
|
"keywords": [
|
|
"sylvester",
|
|
"glutils",
|
|
"matrix",
|
|
"vector",
|
|
"geometry",
|
|
"es6"
|
|
],
|
|
"license": "MIT",
|
|
"main": "target/Sylvester.js",
|
|
"name": "sylvester-es6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pithumke/sylvester-es6.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"test": "grunt test"
|
|
},
|
|
"version": "0.0.2"
|
|
}
|
|
|