312 Commits

Author SHA1 Message Date
c3c580a611 Fix ExcelFile warning 2025-07-22 00:24:25 +02:00
515455695b Add CMAKE_POSITION_INDEPENDENT_CODE to CMakeLists 2025-07-21 18:19:50 -04:00
f68d216150 Fix tensor utils ambiguous call 2025-07-21 11:40:16 +02:00
b990684581 Refactor TensorUtils to a unique header file 2025-07-21 11:10:26 +02:00
5fd0ef692d Fix typo in conanfile 2025-07-19 23:21:09 +02:00
dfcdadbf38 Merge branch 'main' of ssh://gitea.rmontanana.es:6422/rmontanana/Platform 2025-07-19 23:20:00 +02:00
613f4b6813 Update Requirements 2025-07-19 23:19:54 +02:00
dc324fe5f7 Add Seed to note in experiment 2025-07-08 18:50:48 +02:00
9816896240 Complete the conan integration 2025-07-04 10:20:59 +02:00
a3f765ce3c Fix compilation errors and enhance Makefile 2025-07-03 10:41:16 +02:00
3d814a79c6 Begin conan integration 2025-07-03 01:40:30 +02:00
1ef7ca6180 Merge pull request 'Integrate libraries with vcpkg' (#6) from vcpkg into main
Reviewed-on: #6
2025-07-02 17:39:44 +00:00
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