Commit Graph

10 Commits

Author SHA1 Message Date
e2a0c5f4a5 Add Notes to Proposal convergence 2025-07-08 18:50:09 +02:00
ed380b1494 Complete implementation with tests 2025-07-08 11:42:20 +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
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
b34869cc61 Set smoothing as fit parameter 2024-06-11 11:40:45 +02:00
09a1369122 Add copyright header to source files 2024-04-11 18:02:49 +02:00
cb26ef2562 Add some tests and code quality badge 2024-04-07 02:08:37 +02:00
635ef22520 Refactor library structure 2024-03-08 22:20:54 +01:00