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.
1.8 KiB
1.8 KiB
2.0.2 (2016-07-27)
Bug Fixes
2.0.1 (2016-03-20)
- reduce package size (by @dawsonbotsford)
2.0.0 (2016-01-06)
Features
- return the actual Error constructor name, closes #4 (by @kgryte)
Breaking Changes
typeName(error)
returns actual error constructor name, not just'Error'
(c857cea3)
before:
typeName(new TypeError('type error!')) // => 'Error'
after 2.0.0:
typeName(new TypeError('type error!')) // => 'TypeError'
- component is no longer supported (e6f17109)
1.1.0 (2015-10-18)
Features
- ship bundle for browsers with npm module (6f4eed8c)
1.0.1 (2014-12-16)
Bug Fixes
1.0.0 (2014-06-24)
Features
- The first stable release