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.
55 lines
1.5 KiB
55 lines
1.5 KiB
{
|
|
"_from": "murmurhash-js@^1.0.0",
|
|
"_id": "murmurhash-js@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=",
|
|
"_location": "/murmurhash-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "murmurhash-js@^1.0.0",
|
|
"name": "murmurhash-js",
|
|
"escapedName": "murmurhash-js",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/glslify-bundle"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz",
|
|
"_shasum": "b06278e21fc6c37fa5313732b0412bcb6ae15f51",
|
|
"_spec": "murmurhash-js@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glslify-bundle",
|
|
"author": {
|
|
"name": "Gary Court"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/murmurhash-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Native JS murmur hash implementation",
|
|
"gitHead": "72aabce3f52cb8f16245692a69fd35951e165af0",
|
|
"homepage": "https://github.com/mikolalysenko/murmurhash-js#readme",
|
|
"keywords": [
|
|
"murmur",
|
|
"hash",
|
|
"string",
|
|
"murmur2",
|
|
"murmur3",
|
|
"fast"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "murmurhash-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/murmurhash-js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|