Commit Graph

5 Commits

Author SHA1 Message Date
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
70c7d3dd3d Add test to 99.1% 2025-03-14 18:55:29 +01:00
09a1369122 Add copyright header to source files 2024-04-11 18:02:49 +02:00
9014649a0d Refactor hyperparameters classifier management 2024-04-08 00:55:30 +02:00
635ef22520 Refactor library structure 2024-03-08 22:20:54 +01:00