Add L1FS feature selection

This commit is contained in:
2025-06-04 11:54:36 +02:00
parent fcccbc15dd
commit 23d74c4643
5 changed files with 581 additions and 6 deletions

View File

@@ -14,10 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix CFS metric expression in the FeatureSelection class.
- Fix the vcpkg configuration in building the library.
- Fix the sample app to use the vcpkg configuration.
- Add predict_proba method to all Ld classifiers.
- Refactor the computeCPT method in the Node class with libtorch vectorized operations.
- Refactor the sample to use local discretization models.
### Added
- Add predict_proba method to all Ld classifiers.
- Add L1FS feature selection methods to the FeatureSelection class.
## [1.1.0] - 2025-04-27
### Internal