Improve observability: add structured logging to tournament, analyze, and verify_parity - #160
Closed
lukeinglis wants to merge 1 commit into
Closed
Improve observability: add structured logging to tournament, analyze, and verify_parity#160lukeinglis wants to merge 1 commit into
lukeinglis wants to merge 1 commit into
Conversation
…nd lab_forecaster Closes #157 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #157
Changes
logger.info()calls to all public functions:load_tournament_results,model_source_matrix,paired_bootstrap_test,pairwise_comparison_table,cost_accuracy_summary,tournament_reportlogger.info()calls to analysis functions missing them:analyze_by_source,analyze_calibration,analyze_biases,analyze_decomposition,analyze_worst_questions,analyze_by_horizon,compare_paired,save_analysislogger.info()calls to all check functions:check_prompt_templates,check_resolution_matching,check_scoring_formula,check_missing_forecast_default,check_multi_horizon_batching,check_question_count,check_dummy_score,check_resolution_outcome_diversity,check_resolution_entry_preservation,check_cross_round_filtering,check_score_comparison,check_per_source_breakdownlogger.info()calls tosave_result,load_previous_results,split_held_out,list_rounds,print_leaderboard_comparisonlogger.warning()to_parse_probabilityfailure path andlogger.info()/logger.warning()to_extract_probabilitiestournament,analyze,verify_parity)