8c61840d81
Update tests
2024-04-01 11:51:29 +02:00
bc0b938cfc
Remove dataset clone in BoostAODE
2024-03-21 19:35:08 +01:00
58d5a35a35
Update log output size type
2024-03-21 19:24:51 +01:00
45c048f635
Add initial models to log
2024-03-21 11:23:41 +01:00
6e854dfda3
Fix metrics error in BoostAODE Convergence
...
Update algorithm
2024-03-20 23:33:02 +01:00
5826702fc7
Remove weights backup
2024-03-20 12:01:57 +01:00
42e2be3263
Implement algorithm and add logging
2024-03-20 11:30:02 +01:00
827b0dd893
Add optimization flags to release
2024-03-19 17:24:21 +01:00
882d905a28
First approach to bisection
2024-03-19 14:13:40 +01:00
422129802a
Remove predict_single max_models
2024-03-19 11:35:43 +01:00
eb97a5a14b
Remove repeatSparent hyperparameter
2024-03-19 09:42:03 +01:00
eb72f13bf0
Make predict_voting default value false in AODE
2024-03-12 00:27:50 +01:00
5db168d87b
Make predict_voting default value false in BoostAODE
2024-03-12 00:26:28 +01:00
8f3bb47cfd
Fix Initialize worse_model_count if model accuracy is better in BoostAODE
2024-03-11 22:33:50 +01:00
1986d05c34
Initialize worse_model_count if model accuracy is better in BoostAODE
2024-03-11 21:30:01 +01:00
7c98ba9bea
Update License & Readme
2024-03-11 10:57:27 +01:00
538af0253b
Fix test & sample issue
2024-03-09 12:45:03 +01:00
0b65e34772
Fix config.h location problem
2024-03-09 12:27:05 +01:00
635ef22520
Refactor library structure
2024-03-08 22:20:54 +01:00
1231f4522a
Merge pull request 'Create installation process' ( #23 ) from install_lib into main
...
Reviewed-on: #23
2024-03-08 11:51:59 +00:00
cc34f79b91
Update changelog and readme
2024-03-08 09:02:22 +01:00
6899033806
Change include of library headers
2024-03-08 01:13:30 +01:00
8e2d05e663
Refactor sample to be out of main CMakeLists
2024-03-08 01:09:39 +01:00
eba2095718
Create installation process
2024-03-08 00:37:36 +01:00
199ffc95d2
Update dates on changelog
2024-03-06 23:42:14 +01:00
cbe15e317d
Fix FCBF in select_features
2024-03-06 18:24:27 +01:00
debd890519
Update version number in tests
2024-03-06 17:22:45 +01:00
46e929ff4d
Merge pull request 'predict_single' ( #22 ) from predict_single into main
...
Reviewed-on: #22
close #19
2024-03-06 16:16:15 +00:00
d858e26e4b
Update version number and Changelog
2024-03-06 17:04:16 +01:00
0ee3eaed53
Update select features models significance
2024-03-05 12:10:58 +01:00
093c197f0a
Replace constant strings in BoostAODE
2024-03-05 11:05:11 +01:00
78d7ea7c4d
Add predict_single proposal detailed info
2024-03-03 22:56:01 +01:00
d6af1ffe8e
Update gcovr config and fix some warnings
2024-02-28 11:51:37 +01:00
20669dd161
Translate BoostAODE.md to English
2024-02-27 20:29:01 +01:00
272dbad4f3
Update README and docs
2024-02-27 17:16:26 +01:00
8bccc3e4bc
Update boostaode algorithm explain
2024-02-27 14:24:58 +01:00
903b143338
Refactor library structure and add sample
2024-02-27 13:06:13 +01:00
f10d0daf2e
Update test
2024-02-27 10:16:20 +01:00
d39a17089e
Begin implementing predict_single hyperparameter in BoostAODE
2024-02-26 20:29:08 +01:00
2e325cd114
Merge pull request 'change boostaode ascending hyperparameter to order {asc,desc,rand}' ( #21 ) from baode_random into main
...
Reviewed-on: #21
This PR closes #18
2024-02-26 16:28:48 +00:00
fc3d63b7db
change boostaode ascending hyperparameter to order {asc,desc,rand}
2024-02-26 17:07:57 +01:00
43dc79a345
Update version number in ChangeLog
2024-02-25 18:07:50 +01:00
b8589bcd0a
Merge pull request 'Add the probabilities aggregation method to compute prediction with ensembles' ( #16 ) from baode_proba into main
...
Reviewed-on: #16
As only the voting method was implemented, this approach computes the classifiers prediction using a weighted average of the probabilities computed by each model.
Added the predict_proba methods to BaseClassifier - Classifier and Ensemble classes.
Add a hyperparameter to decide the type of computation for ensembles voting - probability aggregation
2024-02-25 11:26:26 +00:00
3007e22a7d
Add info to CHANGELOG
...
Update submodules
2024-02-24 21:33:28 +01:00
02e456befb
Complete predict & predict_proba in ensemble
2024-02-24 18:36:09 +01:00
8477698d8d
Complete predict & predict_proba with voting & probabilities
2024-02-23 23:11:14 +01:00
52abd2d670
Implement the proba branch and begin with the voting one
2024-02-23 20:36:11 +01:00
3116eaa763
Begin testing ensemble predict_proba
2024-02-22 18:44:40 +01:00
443e5cc882
Implement classifier.predict_proba & test
2024-02-22 11:45:40 +01:00
e1c4221c11
Add predict_voting and predict_prob to ensemble
2024-02-20 10:58:21 +01:00