We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abbe0e commit c187e90Copy full SHA for c187e90
src/galileo/__future__/log_stream.py
@@ -395,10 +395,11 @@ def set_metrics(
395
396
Args:
397
metrics: List of metrics to set. Supports:
398
- - GalileoScorers enum values (e.g., GalileoScorers.correctness)
+ - Metric.scorers values (e.g., Metric.scorers.correctness) - Recommended
399
- Metric objects (including from Metric.get(id="..."))
400
- LocalMetricConfig objects for custom scoring functions
401
- String names of built-in metrics
402
+ - GalileoScorers enum values (backward compatible)
403
404
Returns
405
-------
0 commit comments