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.
13 lines
404 B
13 lines
404 B
4 years ago
|
# Changelog
|
||
|
|
||
|
**v3.0.0**
|
||
|
|
||
|
- **breaking change**: the `toFlag` method was removed
|
||
|
- Adds gulp and istanbul for test coverage
|
||
|
- 100% test coverage
|
||
|
|
||
|
**v2.0.0**
|
||
|
|
||
|
- Implements `mapVisit` to ensuree that `option` will be called and an event will be emitted for each key-value pair passed on the arguments.
|
||
|
- Adds `mixin` as a static method, for mixing the properties of `option-cache` onto the provided object.
|