Commit Graph

38 Commits

Author SHA1 Message Date
86f2bc44fc libmdlp (#31)
Add mdlp as library in lib/
Fix tests to reach 99.1% of coverage

Reviewed-on: #31
2024-11-23 17:22:41 +00:00
b34869cc61
Set smoothing as fit parameter 2024-06-11 11:40:45 +02:00
684443a788
Implement Cestnik & Laplace smoothing 2024-06-09 17:19:38 +02:00
cccaa6e0af
Complete selectKPairs method & test 2024-05-16 13:46:38 +02:00
ced29a2c2e
Refactor coverage report generation
Add some tests to reach 99%
2024-05-06 17:56:00 +02:00
ae469b8146
Add hyperparameter convergence_best
move test libraries to test folder
2024-04-30 00:52:09 +02:00
b956aa3873
Upgrade version number to 1.0.5
Fix dependency graph
Remove loguru library
2024-04-20 18:00:40 +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
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
a1178554ff
Add Ensemble tests 2024-04-08 19:09:51 +02:00
50543e7929
Add tests for Classifier class 2024-04-08 01:25:14 +02:00
0d6a081d01
Add tests to reach 90% coverage 2024-04-08 00:13:59 +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
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
8c61840d81
Update tests 2024-04-01 11:51:29 +02:00
635ef22520
Refactor library structure 2024-03-08 22:20:54 +01:00
debd890519
Update version number in tests 2024-03-06 17:22:45 +01:00
d6af1ffe8e
Update gcovr config and fix some warnings 2024-02-28 11:51:37 +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
fc3d63b7db
change boostaode ascending hyperparameter to order {asc,desc,rand} 2024-02-26 17:07:57 +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
a63a35df3f
Fix epsilont early stopping in BoostAODE 2024-02-20 10:11:22 +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
55af0714cd
Remove other projects' sources 2024-01-07 19:58:22 +01:00
f9258e43b9
Remove using namespace from Library 2023-11-08 18:45:35 +01:00
17e079edd5
Begin Test Folding 2023-10-06 17:08:54 +02:00
36b0277576
Add Maximum Spanning Tree test 2023-10-05 15:45:36 +02:00
5f0676691c
Add First BayesMetrics Tests 2023-10-05 01:14:16 +02:00
3448fb1299
Refactor Tests and add BayesMetrics test 2023-10-04 23:19:23 +02:00