|
464fe029ea
|
Add dump_cpt classifier test
|
2024-04-11 18:16:06 +02:00 |
|
|
09a1369122
|
Add copyright header to source files
|
2024-04-11 18:02:49 +02:00 |
|
|
503ad687dc
|
Add some more tests to 97% coverage
|
2024-04-11 17:29:46 +02:00 |
|
|
8eeaa1beee
|
Update changelog with the latest changes
|
2024-04-11 00:35:55 +02:00 |
|
|
a2de1c9522
|
Implement block update algorithm fix in BoostAODE
|
2024-04-11 00:02:43 +02:00 |
|
|
cf9b5716ac
|
block_update and install in local folder
|
2024-04-10 00:55:36 +02:00 |
|
|
1326891d6a
|
Fix previous tests of BoostAODE
Due to the change of default values for hyperparameters in BoostAODE
|
2024-04-09 00:13:45 +02:00 |
|
|
da2a969686
|
Create hyperparameter block_update
|
2024-04-08 23:36:05 +02:00 |
|
|
f9553a38d7
|
Fix BoostAODE.md doc
|
2024-04-08 22:45:32 +02:00 |
|
|
8b6121eaf2
|
Update readme and boostAODE docs
|
2024-04-08 22:41:23 +02:00 |
|
|
fbbed8ad68
|
Make some boostAODE tests
|
2024-04-08 22:30:55 +02:00 |
|
|
a1178554ff
|
Add Ensemble tests
|
2024-04-08 19:09:51 +02:00 |
|
|
d12a779bd9
|
Merge pull request 'bisection proposal' (#24) from bisection into main
Reviewed-on: #24
|
2024-04-08 14:29:25 +00:00 |
|
|
a8fc29e2b2
|
Create coverage badge
|
2024-04-08 11:24:25 +02:00 |
|
|
50543e7929
|
Add tests for Classifier class
|
2024-04-08 01:25:14 +02:00 |
|
|
9014649a0d
|
Refactor hyperparameters classifier management
|
2024-04-08 00:55:30 +02:00 |
|
|
0d6a081d01
|
Add tests to reach 90% coverage
|
2024-04-08 00:13:59 +02:00 |
|
|
46cb8d30eb
|
Add codacy code quality badge
|
2024-04-07 12:35:21 +02:00 |
|
|
cb26ef2562
|
Add some tests and code quality badge
|
2024-04-07 02:08:37 +02:00 |
|
|
df45fddd45
|
Update folding library and test result due to change in random engine
|
2024-04-05 19:17:53 +02:00 |
|
|
a1f9086780
|
Fix CFS mistake
|
2024-04-02 22:53:00 +02:00 |
|
|
e55365c41c
|
Update test Models
|
2024-04-02 17:56:23 +02:00 |
|
|
de23303801
|
Refactor tests and add FeatureSelection tests
|
2024-04-02 17:38:48 +02:00 |
|
|
56b5158ff3
|
Update BoostAODE class structure
|
2024-04-02 09:52:40 +02:00 |
|
|
a5a29eb66f
|
Update compiler configuration for Mac
|
2024-04-02 09:48:03 +02:00 |
|
|
d5eba5710a
|
Update pseudocode
|
2024-04-01 18:37:51 +02:00 |
|
|
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 |
|