Releases: anascacais/SeFEF
Releases · anascacais/SeFEF
Release list
v3.0.0
What's Changed
- Simplified instantiation of Dataset by @anascacais in #5
Full Changelog: v1.0.0...v3.0.0
v2.3.3
What's Changed
- Changed visuals of seizures from lightning bolt to star
v2.3.2
What's Changed
- High-probability threshold was missing from aggregated forecasts - not any more!
v2.3.1
What's Changed
- Improved visualization of forecasts.
v2.3.0
What's Changed
- It is now possible to personalize resolution of forecast plot
v2.2.0
What's Changed
- Reliability diagram is now an external method and the range of these plots is now set by the union domain of predicted and observed probabilities
v2.1.6
What's Changed
- Corrected x range in aggregate plots
v2.1.5
What's Changed
- Visualization module: minor changes in legends and axis
- Visualization module: added possibility of aggregating forecasts of multiple folds into a single summary figure
v2.1.4
What's Changed
- It is now possible to choose to extend the test set of the last fold to include all data (even if that makes the test set larger than required according to min number of events and duration of test set)
- Forecast plot was not showing multiple events on the same forecast window
v2.1.3
What's Changed
- code refactoring in evaluation module (performance improved ??)