Skip to content

Conversation

@adgianv
Copy link
Contributor

@adgianv adgianv commented Nov 4, 2025

Description

adds a use case example to sieves running a pipeline on the CrisisNLP dataset

@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #189   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files          77       77           
  Lines        3918     3918           
=======================================
  Hits         3654     3654           
  Misses        264      264           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@rmitsch rmitsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good for a first draft! I couldn't replicate your issues, but made several smaller changes:

  • Use strict_mode everywhere to not suppress exception
  • Use OpenRouter and Gemini Flash 2.5 instead of GPT 4.1 (if you want to use OpenAI these days, use GPT-5(-nano) - better, cheaper, faster than GPT-4.1).
  • Set batch size to 10 to better reflect progress
  • Did some renaming of directory, file to better fit into the examples/ dir structure

There's some cleanup to do, but let's focus on finishing the draft first. What would be great: can we render a world map(s) that visualizes catastrophes of different types? This would be a great wrap-up to tell a narrative and convey the results of the analysis more effectively.

@rmitsch rmitsch assigned rmitsch and adgianv and unassigned rmitsch Nov 5, 2025
@rmitsch rmitsch marked this pull request as draft November 5, 2025 17:32
@rmitsch rmitsch marked this pull request as ready for review December 25, 2025 13:16
@rmitsch rmitsch merged commit 3fd21fe into main Dec 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants