Fix vcpkg build and installation #36

Merged
rmontanana merged 19 commits from fix_vcpkg into main 2025-06-29 11:01:09 +00:00
28 changed files with 403 additions and 210 deletions
Showing only changes of commit 833455803e - Show all commits

View File

@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Internal
- 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.