24 lines
729 B
Markdown
24 lines
729 B
Markdown
|
# Changelog
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||
|
|
||
|
## [1.0.1] - 2024-02-12
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- Notes in Classifier class
|
||
|
- BoostAODE: Add note with used features in initialization with feature selection
|
||
|
- BoostAODE: Add note with the number of models
|
||
|
- BoostAODE: Add note with the number of features used to create models if not all features are used
|
||
|
- Test version number in TestBayesModels
|
||
|
- Add tests with feature_select and notes on BoostAODE
|
||
|
|
||
|
### Fixed
|
||
|
|
||
|
- Network predict test
|
||
|
- Network predict_proba test
|
||
|
- Network score test
|