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.
14 lines
265 B
14 lines
265 B
4 years ago
|
language: node_js
|
||
|
matrix:
|
||
|
include:
|
||
|
- node_js: "11"
|
||
|
- node_js: "10"
|
||
|
- node_js: "8"
|
||
|
- node_js: "6"
|
||
|
- node_js: "4"
|
||
|
env: BABEL=true
|
||
|
|
||
|
script: "[[ $BABEL == true ]] && npm run test:babel || npm test"
|
||
|
after_success:
|
||
|
- npm run travis-coverage
|