Skip to content

Commit

Permalink
Added MacroFloatAgg to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Aug 23, 2024
1 parent c030ce5 commit 31bb6a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The global cache helper now support algorithms with multiple action methods by specifying the name of the action
method you want to cache.
(https://github.com/mad-lab-fau/tpcp/pull/118)
- Global disk cache helper should now be able to cache the action methods of algorithm classes defined in the main \
- Global disk cache helper should now be able to cache the action methods of algorithm classes defined in the main
script.
(https://github.com/mad-lab-fau/tpcp/pull/118)
- There are new builtin `FloatAggregator` and `MacroFloatAggregator` that should cover many of the use cases that
previously required custom aggregators.
(https://github.com/mad-lab-fau/tpcp/pull/118)


### Changed
Expand Down
1 change: 1 addition & 0 deletions docs/modules/validate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Scoring
Scorer
Aggregator
FloatAggregator
MacroFloatAggregator

.. currentmodule:: tpcp.validate

Expand Down

0 comments on commit 31bb6a3

Please sign in to comment.