• v1.2.1 89142f8997

    rmontanana released this 2025-07-19 20:52:59 +00:00 | 0 commits to main since this release

    Internal

    • Update Libtorch to version 2.7.1
    • Update libraries versions:
      • mdlp: 2.1.1
      • Folding: 1.1.2
      • ArffFiles: 1.2.1
    • Add docs generation to CMakeLists.txt.
    • 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.
      • max_iterations: maximum number of iterations of discretization-build model loop.
      • verbose_convergence: display status messages during the convergence process.
    • Remove vcpkg as a dependency manager, now the library is built with Conan package manager and CMake.
    • Add build_type option to the sample target in the Makefile to allow building in Debug or Release mode. Default is Debug.
    Downloads