From 833455803e463f6273e8d49c1b4790623d987a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sat, 31 May 2025 20:01:22 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcd2f5..d80b82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.