Skip to content

Commit

Permalink
Merge pull request #1106 from mrapp-ke/merge-feature
Browse files Browse the repository at this point in the history
Merge feature into main branch
  • Loading branch information
issue-api-tokens[bot] authored Nov 6, 2024
2 parents b1ddc54 + 599c154 commit 8248b66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .changelog-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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

- C++ 20 is now required for compiling the project.
17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ tocdepth: 2

# Release Notes

## Version 0.12.0 (to be released)

A major update to the BOOMER algorithm that comes with the following changes.

```{warning}
This release comes with several API changes. For an updated overview of the available parameters and command line arguments, please refer to the [documentation](https://mlrl-boomer.readthedocs.io/en/0.11.0/).
```

### 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

- C++ 20 is now required for compiling the project.

## Version 0.11.1 (Sep. 24th, 2024)

A bugfix release that fixes the following issues:
Expand Down

0 comments on commit 8248b66

Please sign in to comment.