Skip to content

Conversation

@BernhardAhrens
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

❌ Patch coverage is 16.66667% with 100 lines in your changes missing coverage. Please review.
✅ Project coverage is 28.97%. Comparing base (1736d03) to head (e675422).

Files with missing lines Patch % Lines
src/utils/helpers_result_extraction.jl 0.00% 78 Missing ⚠️
src/utils/loss_fn.jl 0.00% 14 Missing ⚠️
src/models/NNModels.jl 79.16% 5 Missing ⚠️
src/tune.jl 0.00% 1 Missing ⚠️
src/utils/show_generic.jl 0.00% 1 Missing ⚠️
src/utils/wrap_tuples.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
- Coverage   29.86%   28.97%   -0.90%     
==========================================
  Files          32       33       +1     
  Lines        1818     1933     +115     
==========================================
+ Hits          543      560      +17     
- Misses       1275     1373      +98     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lazarusA
Copy link
Member

Sorry 🥲, I think we don't need any of the new extraction functions. Could you please show in an issue what you need/want to accomplish?

@@ -0,0 +1,141 @@
export extract_histories, extract_parameters, stack_extracts, wide_params, wide_histories
Copy link
Member

Choose a reason for hiding this comment

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

note that the collection (a DataFrame) is being done from here on:

# ? this could be saved to disk if needed for big sizes.
, for parameters, yes maybe we need some convenience functions. But, for DataFrames we could just show how use a normal filter for a DataFrame.

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