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
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
635ef22520 Refactor library structure 2024-03-08 22:20:54 +01:00