Commit Graph

300 Commits

Author SHA1 Message Date
9448a971e8 fix vcpkg.json 2025-06-27 20:25:41 +02:00
24cef7496d Optimize AdaBoostPredict and default 100 estimators 2025-06-18 18:28:54 +02:00
a1a6d3d612 Optimize AdaBoost buildModel 2025-06-18 18:15:19 +02:00
dda9740e83 Test AdaBoost fine but unoptimized 2025-06-18 18:03:19 +02:00
41afa1b888 Enhance predictProbaSample 2025-06-18 17:33:56 +02:00
4e18dc87be Fix predict_proba in AdaBoost 2025-06-18 14:18:15 +02:00
56af1a5f85 AdaBoost a falta de predict_proba 2025-06-18 13:59:23 +02:00
415a7ae608 Begin AdaBoost integration 2025-06-18 11:27:11 +02:00
023d5613b4 Add DecisionTree with tests 2025-06-17 13:48:11 +02:00
8c413a1eb0 Begin to add AdaBoost implementation 2025-06-16 00:11:51 +02:00
3b158e9fc1 Add AdaBoost 2025-06-15 12:07:12 +02:00
514968a082 Open excel file automatically when generated 2025-05-28 17:37:53 +02:00
dcde8c01be ADd std to screen output 2025-05-28 10:53:29 +02:00
a6b6efce95 Remove uneeded output in Statistics 2025-05-25 10:41:36 +02:00
473d194dde Complete integration of Wilcoxon test 2025-05-24 12:59:28 +02:00
a56ec98ef9 Add Wilcoxon Test 2025-05-21 11:51:04 +02:00
70d8022926 Refactor postHoc 2025-05-17 18:12:57 +02:00
f5107abea7 Add comment in Statistics 2025-05-14 14:02:53 +02:00
e64e281b63 Return AUC 0.5 if nPos==0 || nNeg==0 2025-05-14 13:15:33 +02:00
b639a2d79a Fix folder param in b_manage 2025-05-14 12:51:56 +02:00
d6603dd638 Add folder parameter to best, grid and main 2025-05-14 11:46:15 +02:00
321e2a2f28 Add folder to manage 2025-05-13 14:09:25 +02:00
36c72491e7 Add folder to b_best 2025-05-13 13:50:07 +02:00
aa19ab6c21 Option to use BayesNet local or vcpkg in CMakeLists 2025-05-09 19:16:17 +02:00
16b4923851 Complete configuration xlsxwriter is still with the old config 2025-05-09 11:10:27 +02:00
b1965c8ae5 Add vcpkg config files 2025-05-09 10:54:27 +02:00
7d3a2dd713 Remove modules 2025-05-08 17:15:42 +02:00
50fde9521b Update last commit badge in README 2025-04-22 11:16:27 +00:00
cd2f47c58b Merge pull request 'Including XA1DE model' (#5) from XA1DE into main
Reviewed-on: #5
2025-03-20 14:58:37 +00:00
facf6f6ddd Fix GridBase to eliminate uneeded GridData 2025-03-20 15:54:13 +01:00
c9ab88e475 Update models and remove normalize weights in XA1DE 2025-03-17 13:28:35 +01:00
c2a4e3e64e Add XSPnDE n=2 2025-03-13 11:00:21 +01:00
664a6a5aeb Add XBAODE & XSPODE from bayesnet 2025-03-09 19:20:51 +01:00
ae7b89b134 tolerance <- 3 2025-03-08 18:07:56 +01:00
9c1852c6c3 First working version 2025-03-08 14:20:27 +01:00
7a23782b05 Add XSpode submodel 2025-03-07 18:34:16 +01:00
b2002d341c Create Xaode2 and add initializer factor in predict 2025-03-03 12:38:05 +01:00
9a8b960ce8 Remove uneeded commented code 2025-03-03 11:29:57 +01:00
7bc8633ed1 Enhance result 2025-03-03 10:56:20 +01:00
11155463b9 Fix predict_proba_spode 2025-03-02 21:41:21 +01:00
12e69a7f53 Add Prior probability to predict
Fix predict_spode
2025-03-01 20:29:45 +01:00
c127cb670a Fix predict_proba_spode mistake 2025-02-27 20:45:28 +01:00
610c2a6a4a Continue refactoring 2025-02-27 11:37:30 +01:00
2dcd073299 Refactor Xaode 2025-02-27 10:08:27 +01:00
f51d5b5e40 Continue refactoring 2025-02-27 09:57:40 +01:00
4e3043b2d1 Fix XA1DE integration 2025-02-27 09:23:47 +01:00
b055065e59 Fix predict_proba declaration 2025-02-26 21:08:33 +01:00
0d1e4b3c6f Continue refactoring 2025-02-26 21:03:01 +01:00
1a688f90b4 Complete refactor of XA1DE & XBAODE with new ExpClf class 2025-02-26 16:55:04 +01:00
c63baf419f Add log and fix some mistakes in integration 2025-02-25 20:35:13 +01:00