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.
747 B
747 B
Pull Requests
Please accompany all pull requests with the following (where appropriate):
- unit tests (we use Jasmine 2.x.x)
- JSFiddle (or an equivalent such as CodePen, Plunker, etc) or screenshot/GIF with new feature or bug-fix
- Link to original Github issue (if this is a bug-fix)
- documentation updates to README file
- examples within /tpl/index.tpl (for new options being added)
- Passes CI-server checks (runs automated tests, JS source-code linting, etc..). To run these on your local machine, type
grunt test
in your Terminal within the bootstrap-slider repository directory