Skip to content

Commit

Permalink
print link to evaluation once more after results
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-humanloop committed Oct 16, 2024
1 parent 09df61f commit 0ff5067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/humanloop/eval_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def process_datapoint(datapoint: Datapoint):

# Execute the function and send the logs to Humanloop in parallel
total_datapoints = len(hl_dataset.datapoints)
logger.info(f"\n{CYAN}Navigate to your evals:{RESET}\n{evaluation.url}\n")
logger.info(f"\n{CYAN}Navigate to your Evaluation:{RESET}\n{evaluation.url}\n")
logger.info(f"{CYAN}{type_.capitalize()} Version ID: {hl_file.version_id}{RESET}")
logger.info(f"{CYAN}Run ID: {batch_id}{RESET}")

Expand Down Expand Up @@ -441,6 +441,7 @@ def process_datapoint(datapoint: Datapoint):
threshold_check=threshold_check,
)
)
logger.info(f"\n{CYAN}View your Evaluation:{RESET}\n{evaluation.url}\n")
return checks


Expand Down

0 comments on commit 0ff5067

Please sign in to comment.