truera / trulens

Evaluation and Tracking for LLM Experiments
https://www.trulens.org/
MIT License
2.17k stars 189 forks source link

Fix docs typo about aggregate #1640

Closed sfc-gh-dhuang closed 1 week ago

sfc-gh-dhuang commented 1 week ago

Description

Please include a summary of the changes and the related issue that can be included in the release announcement. Please also include relevant motivation and context.

Other details good to know for developers

Please include any other details of this change useful for TruLens developers.

Type of change


[!IMPORTANT] Fixes typos in documentation by changing aggregation function to numpy.mean and updating context specification.

  • Documentation Fixes:
    • Corrects aggregation function from numpy.min to numpy.mean in feedback_aggregation.md, with_app.md, and README.md.
    • Updates context specification from statement to context in feedback_aggregation.md and README.md.

This description was created by Ellipsis for 63c3c23afe0af40ba125468fae3884d7e36b0c84. It will automatically update as commits are pushed.