Add the probabilities aggregation method to compute prediction with ensembles #16
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -16,3 +16,5 @@
|
|||||||
[submodule "lib/folding"]
|
[submodule "lib/folding"]
|
||||||
path = lib/folding
|
path = lib/folding
|
||||||
url = https://github.com/rmontanana/folding
|
url = https://github.com/rmontanana/folding
|
||||||
|
main = main
|
||||||
|
update = merge
|
||||||
|
@@ -5,10 +5,11 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## =[Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Voting / probability aggregation in Ensemble classes
|
||||||
- predict_proba method in Classifier
|
- predict_proba method in Classifier
|
||||||
- predict_proba method in BoostAODE
|
- predict_proba method in BoostAODE
|
||||||
- predict_voting parameter in BoostAODE constructor to use voting or probability to predict (default is voting)
|
- predict_voting parameter in BoostAODE constructor to use voting or probability to predict (default is voting)
|
||||||
|
Submodule lib/argparse deleted from 69dabd88a8
Submodule lib/catch2 updated: 863c662c0e...ed6ac8a629
2
lib/json
2
lib/json
Submodule lib/json updated: a259ecc51e...0457de21cf
Submodule lib/libxlsxwriter deleted from 29355a0887
Reference in New Issue
Block a user