-
Notifications
You must be signed in to change notification settings - Fork 5
[wip] KGE and fix for build_chains #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…l to ensure both predictors and neural parameters are present
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
|
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 | |||
There was a problem hiding this comment.
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:
Line 338 in 1736d03
| # ? this could be saved to disk if needed for big sizes. |
filter for a DataFrame.
No description provided.