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.6 KiB
61 lines
1.6 KiB
{
|
|
"_from": "string-split-by@^1.0.0",
|
|
"_id": "string-split-by@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KaJKY+hfpzNyet/emP81PJA9hTVSfxNLS9SFTWxdCnnW1/zOOwiV248+EfoX7IQFcBaOp4G5YE6xTJMF+pLg6A==",
|
|
"_location": "/string-split-by",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "string-split-by@^1.0.0",
|
|
"name": "string-split-by",
|
|
"escapedName": "string-split-by",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-font"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/string-split-by/-/string-split-by-1.0.0.tgz",
|
|
"_shasum": "53895fb3397ebc60adab1f1e3a131f5372586812",
|
|
"_spec": "string-split-by@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/css-font",
|
|
"author": {
|
|
"name": "Dmitry Yv",
|
|
"email": "dfcreative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dy/string-split-by/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"parenthesis": "^3.1.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Split string by any separator excluding brackets, quotes and escaped characters",
|
|
"devDependencies": {
|
|
"tape": "^4.9.0"
|
|
},
|
|
"homepage": "https://github.com/dy/string-split-by#readme",
|
|
"keywords": [
|
|
"split-string",
|
|
"string-split",
|
|
"split-stirng-words",
|
|
"space",
|
|
"string",
|
|
"split"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "string-split-by",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dy/string-split-by.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|