Commit Graph

622 Commits

Author SHA1 Message Date
28be43db02 Update sample target in Makefile 2025-07-01 18:42:20 +02:00
55a24fbaf0 Update optimization flag 2025-07-01 16:49:04 +02:00
3b170324f4 Merge pull request 'conan' (#38) from conan into main
Reviewed-on: #38
2025-07-01 14:33:50 +00:00
8ccc7e263c Update .gitignore 2025-07-01 14:14:38 +02:00
b1e25a7d05 Update Coverage Makefile 2025-07-01 14:13:45 +02:00
3cb454d4aa Fix conan build and remove vcpkg 2025-07-01 13:56:28 +02:00
3178bcbda9 Fix conan build 2025-07-01 12:24:29 +02:00
32d231cdaf Update Makefile 2025-07-01 09:59:29 +02:00
526d036d75 Remove cmake modules unneeded 2025-06-30 22:41:04 +02:00
7a9d4178d9 First profiles
Signed-off-by: Ricardo Montañana Gómez <rmontanana@gmail.com>
2025-06-30 22:40:35 +02:00
3e94d400e2 Fix conan-init 2025-06-30 09:50:27 +02:00
31fa9cd498 First approach 2025-06-29 18:46:11 +02:00
676637fb1b Merge pull request 'Fix vcpkg build and installation' (#36) from fix_vcpkg into main
Reviewed-on: #36
2025-06-29 11:01:08 +00:00
9f3de4d924 Add new hyperparameters to the Ld classifiers
- *ld_algorithm*: algorithm to use for local discretization, with the following options: "MDLP", "BINQ", "BINU".
  - *ld_proposed_cuts*: number of cut points to return.
  - *mdlp_min_length*: minimum length of a partition in MDLP algorithm to be evaluated for partition.
  - *mdlp_max_depth*: maximum level of recursion in MDLP algorithm.
2025-06-29 13:00:34 +02:00
dafd5672bc Add Claude config and report 2025-06-25 14:17:10 +02:00
70545ee0ad Add docs generation and remove 2 code smells 2025-06-24 19:06:41 +02:00
7917a7598b Update json version in vcpkg 2025-06-19 12:17:50 +02:00
bb547a3347 Remove tests/lib 2025-06-04 16:42:01 +02:00
23d74c4643 Add L1FS feature selection 2025-06-04 11:54:36 +02:00
fcccbc15dd Fix iwss selection of second feature 2025-06-02 17:11:20 +02:00
c68b75fcc1 Update version number 2025-06-01 18:28:39 +02:00
ab86dae90d Add tests for Ld models predict_proba 2025-06-01 14:55:31 +02:00
ad72bb355b Fix CFS merit computation error 2025-06-01 13:54:18 +02:00
da357ac5ba remove lib 2025-05-31 20:01:42 +02:00
833455803e Update changelog 2025-05-31 20:01:22 +02:00
74a9d29dc1 Merge pull request 'Fix some issues in FeatureSelect' (#37) from FixSelectFeatures into fix_vcpkg
Reviewed-on: #37
2025-05-31 16:47:03 +00:00
3615a1463c Fix some issues in FeatureSelect 2025-05-31 14:36:51 +02:00
36ce6effe9 Optimize ComputeCPT method with a approx. 30% reducing time 2025-05-19 17:00:07 +02:00
250036f224 ComputeCPT Optimization 2025-05-13 17:43:17 +02:00
b11620bbe8 Add predict_proba to Ld classifiers 2025-05-12 19:47:04 +02:00
8a02a3a5cb Update CHANGELOG 2025-05-08 12:33:48 +02:00
7f6f49b3d0 Update project version to 1.1.1
Fix CMakeLists and different configurations to fix vcpkg build & installation
Fix sample build
Update CHANGELOG
2025-05-08 12:33:11 +02:00
5f95117dd4 Merge pull request 'Replace git submodule dependencies for vcpg dependencies' (#35) from vcpkg into main
Reviewed-on: #35
v1.1.0
2025-04-27 20:55:03 +00:00
2f5bc10b8e Update sample project and README 2025-04-27 21:25:21 +02:00
257f519641 Fix update_coverage.py mistake in url 2025-04-27 18:41:34 +02:00
5c5ecef3cf Update vcpkg private repo baseline 2025-04-27 18:37:46 +02:00
d0ebe596f6 Fix json module version in test 2025-04-27 18:34:15 +02:00
670b93d0a1 Remove git modules and add vcpkg configuration 2025-04-27 18:33:23 +02:00
306d3a4b55 Reformat source 2025-03-22 10:31:54 +01:00
bf08b0de89 Change clang-format braces position 2025-03-17 18:02:21 +01:00
b976db53c6 Add models to README 2025-03-17 13:13:06 +01:00
be39d2dedb Add ulm class diagram & update .clang-format 2025-03-17 13:06:15 +01:00
4ca770d16b Update README.md & .clang-format 2025-03-17 12:14:57 +01:00
6bf3b939bc Add items to .clang-format 2025-03-17 11:39:33 +01:00
7076efc2a1 Merge pull request 'Optimize BoostAODE -> XBAODE' (#33) from WA2DE into main
Reviewed-on: #33
v1.0.7
2025-03-16 17:58:10 +00:00
9ee388561f Update version, changelog, and Xsp2de clf name 2025-03-16 18:55:24 +01:00
70c7d3dd3d Add test to 99.1% 2025-03-14 18:55:29 +01:00
400967b4e3 Add tests to 90% coverage 2025-03-14 14:53:22 +01:00
c234308701 Add SPnDE n=2 2025-03-13 10:58:43 +01:00
4ded6f51eb TestXBAODE complete, fix XBAODE error in no convergence & 99% coverage 2025-03-13 01:28:48 +01:00