Begin implementing predict_single hyperparameter in BoostAODE

This commit is contained in:
2024-02-26 20:29:08 +01:00
parent 2e325cd114
commit d39a17089e
4 changed files with 56 additions and 8 deletions

View File

@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Change _ascending_ hyperparameter to _order_ with these possible values _{"asc", "desc", "rand"}_
- Change _ascending_ hyperparameter to _order_ with these possible values _{"asc", "desc", "rand"}_, Default is _"desc"_.
- Add the _predict_single_ hyperparameter to control if only the last model created is used to predict in boost training or the whole ensemble (all the models built so far). Default is true.
## [1.0.3]