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.
15 lines
366 B
15 lines
366 B
{
|
|
"name": "object-hash",
|
|
"homepage": "https://github.com/puleos/object-hash",
|
|
"description": "Generate hashes from javascript objects in node and the browser",
|
|
"main": "dist/object_hash.js",
|
|
"author": "Scott Puleo <puleos@gmail.com>",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|