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
576 B
24 lines
576 B
4 years ago
|
Index: grunt.js
|
||
|
===================================================================
|
||
|
--- grunt.js (revision 31200)
|
||
|
+++ grunt.js (working copy)
|
||
|
@@ -12,6 +12,7 @@
|
||
|
|
||
|
module.exports = function (grunt) {
|
||
|
|
||
|
+ console.log('hello world');
|
||
|
// Project configuration.
|
||
|
grunt.initConfig({
|
||
|
lint: {
|
||
|
@@ -19,10 +20,6 @@
|
||
|
'packages/services.web/{!(test)/**/,}*.js',
|
||
|
'packages/error/**/*.js'
|
||
|
],
|
||
|
- scripts: [
|
||
|
- 'grunt.js',
|
||
|
- 'db/**/*.js'
|
||
|
- ],
|
||
|
browser: [
|
||
|
'packages/web/server.js',
|
||
|
'packages/web/server/**/*.js',
|