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
a63a35df3f
Fix epsilont early stopping in BoostAODE
2024-02-20 10:11:22 +01:00
c7555dac3f
Add comments to BoostAODE algorithm
2024-02-19 22:58:15 +01:00
f3b8150e2c
Add notes to Classifier & Changelog
2024-02-12 10:58:20 +01:00
03f8b8653b
Add getNotes test
2024-02-09 12:06:19 +01:00
2163e95c4a
add getNotes method
2024-02-09 10:57:19 +01:00
b33da34655
Add notes to Classifier & use them in BoostAODE
2024-02-08 18:01:09 +01:00
e17aee7bdb
Remove argparse module
2024-01-09 18:02:17 +01:00
37c31ee4c2
Update libraries
2024-01-08 17:45:11 +01:00
80afdc06f7
Remove unneeded argparse module
2024-01-08 00:55:16 +01:00
Ricardo Montañana Gómez
666782217e
Merge pull request #1 from rmontanana/library
...
Remove other projects' sources
2024-01-07 20:01:37 +01:00