Skip to content

Commit

Permalink
Fix docstring and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Sep 3, 2024
1 parent 63f687b commit 4dac89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `CategoricalParameter` and `TaskParameter` no longer incorrectly coerce a single
string input to categories/tasks
- `farthest_point_sampling` no longer depends on the provided point order
- `RandomForestSurrogate` now produces proper batch predictions
- Batch predictions for `RandomForestSurrogate`
- Surrogates providing only marginal posterior information can no longer be used for
batch recommendation

Expand Down
2 changes: 1 addition & 1 deletion baybe/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ class UnmatchedAttributeError(Exception):


class InvalidSurrogateModelError(Exception):
"""A surrogate model does not behave as required."""
"""An invalid surrogate model was chosen."""

0 comments on commit 4dac89d

Please sign in to comment.