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.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_from": "object-assign@^3.0.0",
|
|
"_id": "object-assign@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
|
|
"_location": "/webpack-require/object-assign",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "object-assign@^3.0.0",
|
|
"name": "object-assign",
|
|
"escapedName": "object-assign",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-require"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
|
|
"_shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
|
|
"_spec": "object-assign@^3.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/webpack-require",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/object-assign/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "ES6 Object.assign() ponyfill",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/object-assign#readme",
|
|
"keywords": [
|
|
"object",
|
|
"assign",
|
|
"extend",
|
|
"properties",
|
|
"es6",
|
|
"ecmascript",
|
|
"harmony",
|
|
"ponyfill",
|
|
"prollyfill",
|
|
"polyfill",
|
|
"shim",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"name": "object-assign",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/object-assign.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|
|
|