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.
24 lines
467 B
24 lines
467 B
{
|
|
"name": "cint",
|
|
"version": "6.0.0",
|
|
"homepage": "https://github.com/metaraine/cint",
|
|
"authors": [
|
|
"metaraine <raineorshine@gmail.com>"
|
|
],
|
|
"description": "A Javascript utility belt with a focus on Functional Programming.",
|
|
"main": "cint.js",
|
|
"keywords": [
|
|
"functional",
|
|
"utility",
|
|
"underscore",
|
|
"lodash"
|
|
],
|
|
"license": "ISC",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|