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.
 
 
 
 
StackGenVis/frontend/node_modules/stackframe/.jshintrc

43 lines
921 B

{
"nonew": true,
"curly": true,
"noarg": true,
"trailing": true,
"forin": true,
"noempty": true,
"node": true,
"eqeqeq": true,
"undef": true,
"bitwise": true,
"newcap": true,
"immed": true,
"browser": true,
"es3": true,
"loopfunc": true,
"camelcase": true,
"nonbsp": true,
"freeze": true,
"predef": {
"afterEach": false,
"beforeEach": false,
"define": false,
"describe": false,
"expect": false,
"exports": false,
"it": false,
"jasmine": false,
"require": false,
"runs": false,
"spyOn": false,
"waitsFor": false,
"files": true,
"exclude": true,
"autoWatch": true,
"reporters": true,
"port": true,
"JASMINE": true,
"JASMINE_ADAPTER": true,
"matchers": true,
"priv": true
}
}