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
55af0714cd
Remove other projects' sources
2024-01-07 19:58:22 +01:00
6ef5ca541a
Add app version to command line utils
2024-01-06 22:38:34 +01:00
4364317411
Merge pull request 'Refactor mpi grid search process using the producer consumer pattern' ( #15 ) from producer_consumer into main
...
Reviewed-on: #15
2024-01-04 15:24:48 +00:00
65a96851ef
Check min number of nested folds
2024-01-04 11:01:59 +01:00
722da7f781
Keep only mpi b_grid compute
2024-01-04 01:21:56 +01:00
b1833a5feb
Add reset color to final progress bar
2024-01-03 22:45:16 +01:00
41a0bd4ddd
fix dataset name mistakes
2024-01-03 17:15:57 +01:00
9ab4fc7d76
Fix some mistakes in methods
2024-01-03 11:53:46 +01:00
beadb7465f
Complete first approach
2023-12-31 12:02:13 +01:00
652e5f623f
Add todo comments
2023-12-28 23:32:24 +01:00
b7fef9a99d
Remove kk file
2023-12-28 23:24:59 +01:00
343269d48c
Fix syntax errors
2023-12-28 23:21:50 +01:00
21c4c6df51
Fix first mistakes in structure
2023-12-25 19:33:52 +01:00
702f086706
Update miniconda instructions
2023-12-23 19:54:00 +01:00
981bc8f98b
Fix install message in readme
2023-12-23 01:00:55 +01:00
e0b7b2d316
Set structure & protocol of producer-consumer
2023-12-22 12:47:13 +01:00
9b9e91e856
Merge pull request 'mpi_grid' ( #14 ) from mpi_grid into main
...
Reviewed-on: #14
2023-12-18 09:05:55 +00:00
18e8e84284
Add openmpi instructions for Oracle Linux
2023-12-17 12:19:50 +01:00
7de11b0e6d
Fix format of duration
2023-12-17 01:45:04 +01:00
9b8db37a4b
Fix duration of task not set
2023-12-16 19:31:45 +01:00
49b26bd04b
fix duration output
2023-12-16 12:53:25 +01:00
b5b5b48864
Update grid progress bar output
2023-12-15 18:09:17 +01:00
19586a3a5a
Fix pesky error allocating memory in workers
2023-12-15 01:54:13 +01:00
ffe6d37436
Add messages to control trace
2023-12-14 21:06:43 +01:00
b73f4be146
First try with complete algorithm
2023-12-14 15:55:08 +01:00
dbf2f35502
First compiling version
2023-12-12 18:57:57 +01:00
db9e80a70e
Create build tasks
2023-12-12 12:15:22 +01:00
40ae4ad7f9
Include mpi in CMakeLists
2023-12-11 09:06:05 +01:00
234342f2de
Add mpi parameter to b_grid
2023-12-10 22:33:17 +01:00
aa0936abd1
Add --exclude parameter to b_grid to exclude datasets
2023-12-08 12:09:08 +01:00
f0d6f0cc38
Fix sample building
2023-12-04 19:12:44 +01:00