89142f8997
Update version number
2025-07-19 22:47:32 +02:00
3e0b790cfe
Update Changelog
2025-07-08 18:57:57 +02:00
e7e80cfa9c
Update CHANGELOG
2025-07-02 00:52:53 +02:00
3cb454d4aa
Fix conan build and remove vcpkg
2025-07-01 13:56:28 +02: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
23d74c4643
Add L1FS feature selection
2025-06-04 11:54:36 +02:00
833455803e
Update changelog
2025-05-31 20:01:22 +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
670b93d0a1
Remove git modules and add vcpkg configuration
2025-04-27 18:33:23 +02:00
6bf3b939bc
Add items to .clang-format
2025-03-17 11:39:33 +01:00
9ee388561f
Update version, changelog, and Xsp2de clf name
2025-03-16 18:55:24 +01:00
81fd7df7f0
Update CHANGELOG
2025-02-13 01:18:43 +01:00
b90e558238
Hyperparameter *maxTolerance* in the BoostAODE class is now in [1, 6] range (it was in [1, 4] range before)
2025-01-23 00:56:18 +01:00
b571a4da4d
Fix typo in CHANGELOG
2025-01-22 12:43:40 +01:00
e2781ee525
Add parent hyperparameter to TAN & SPODE
2024-12-17 10:14:14 +01:00
18844c7da7
Add hyperparameter to ChangeLog and Boost class
2024-12-14 14:02:10 +01:00
d84adf6172
Add model to changelog
2024-11-23 19:13:54 +01:00
268a86cbe0
Actualiza Changelog
2024-11-23 19:11:00 +01:00
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
f0f3d9ad6e
Fix CUDA and mdlp library issues
2024-11-20 21:02:56 +01:00
27a3e5a5e0
Implement 3 types of smoothing
2024-06-10 15:49:01 +02:00
f5cb46ee29
Add doc-install to Makefile
2024-05-22 12:09:58 +02:00
d8c44b3b7c
Add tests to check the correct version of the mdlp, folding and json libraries
2024-05-12 12:22:44 +02:00
9a752d15dc
Change build cmake folder names to Debug & Release
2024-05-09 10:51:52 +02:00
164c8bd90c
Update changelog
2024-05-06 18:02:18 +02:00
0ec53f405f
Fix mistakes in feature selection in SPnDE
...
Complete the first A2DE test
Update version number
2024-05-05 11:14:01 +02:00
618a1e539c
Return File Library to /lib as it is needed by Local Discretization (factorize)
2024-04-30 20:31:14 +02:00
23ef0cc5f7
Remove catch2 as submodule
...
Add link to pdf coverage report
2024-04-30 11:02:23 +02:00
ae469b8146
Add hyperparameter convergence_best
...
move test libraries to test folder
2024-04-30 00:52:09 +02:00
c4b563a339
Add link to the coverage report in the README.md coverage label
2024-04-21 16:44:35 +02:00
49bb0582e6
Add Library Logo
2024-04-21 11:31:27 +02:00
b956aa3873
Upgrade version number to 1.0.5
...
Fix dependency graph
Remove loguru library
2024-04-20 18:00:40 +02:00
6dd589bd61
Add diagram changes to CHANGELOG
2024-04-19 18:29:43 +02:00
09a1369122
Add copyright header to source files
2024-04-11 18:02:49 +02:00
8eeaa1beee
Update changelog with the latest changes
2024-04-11 00:35:55 +02:00
1986d05c34
Initialize worse_model_count if model accuracy is better in BoostAODE
2024-03-11 21:30:01 +01:00
635ef22520
Refactor library structure
2024-03-08 22:20:54 +01:00
cc34f79b91
Update changelog and readme
2024-03-08 09:02:22 +01:00
199ffc95d2
Update dates on changelog
2024-03-06 23:42:14 +01:00
d858e26e4b
Update version number and Changelog
2024-03-06 17:04:16 +01:00
903b143338
Refactor library structure and add sample
2024-02-27 13:06:13 +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
43dc79a345
Update version number in ChangeLog
2024-02-25 18:07:50 +01:00
3007e22a7d
Add info to CHANGELOG
...
Update submodules
2024-02-24 21:33:28 +01:00
02e456befb
Complete predict & predict_proba in ensemble
2024-02-24 18:36:09 +01:00