Add info to CHANGELOG
Update submodules
This commit is contained in:
parent
02e456befb
commit
3007e22a7d
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -5,14 +5,16 @@
|
||||
update = merge
|
||||
[submodule "lib/catch2"]
|
||||
path = lib/catch2
|
||||
main = v2.x
|
||||
main = v2.x
|
||||
update = merge
|
||||
url = https://github.com/catchorg/Catch2.git
|
||||
[submodule "lib/json"]
|
||||
path = lib/json
|
||||
url = https://github.com/nlohmann/json.git
|
||||
master = master
|
||||
master = master
|
||||
update = merge
|
||||
[submodule "lib/folding"]
|
||||
path = lib/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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## =[Unreleased]
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Voting / probability aggregation in Ensemble classes
|
||||
- predict_proba method in Classifier
|
||||
- predict_proba method in BoostAODE
|
||||
- predict_voting parameter in BoostAODE constructor to use voting or probability to predict (default is voting)
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 69dabd88a8e6680b1a1a18397eb3e165e4019ce6
|
@ -1 +1 @@
|
||||
Subproject commit 863c662c0eff026300f4d729a7054e90d6d12cdd
|
||||
Subproject commit ed6ac8a629f9a4206575be784c1e340da2a94855
|
2
lib/json
2
lib/json
@ -1 +1 @@
|
||||
Subproject commit a259ecc51e1951e12f757ce17db958e9881e9c6c
|
||||
Subproject commit 0457de21cffb298c22b629e538036bfeb96130b7
|
@ -1 +0,0 @@
|
||||
Subproject commit 29355a0887475488c7cc470ad43cc867fcfa92e2
|
Loading…
Reference in New Issue
Block a user