From e6418cf5933d607fa3e77211c02052943a85939c Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Thu, 3 Oct 2024 00:59:20 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf89b9ae..e90a7b268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This release comes with several API changes. For an updated overview of the avai ### API Changes - The options `min_samples` and `max_samples` have been added to the values of the command line arguments `--feature-sampling` and `--instance-sampling`. +- Similar to other sampling methods, the options `sample_size`, `min_samples`, and `max_samples` can now be specified via the command line argument `--feature-sampling` when set to the value `without-replacement`. ### Quality-of-Life Improvements