Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

combined FP and PP files #185

Closed
jsadler2 opened this issue Dec 21, 2022 · 1 comment · Fixed by #186
Closed

combined FP and PP files #185

jsadler2 opened this issue Dec 21, 2022 · 1 comment · Fixed by #186

Comments

@jsadler2
Copy link
Collaborator

Currently the functional performance and predictive performance files are all in their own model files (e.g., 2a_model/out/models/0_baseline_LSTM/).
For plotting and analysis, we are almost always combining them.
I suggest we have a target that combines them once and then all our plotting/analysis scripts can use that one file instead of each script combining them.

@jsadler2
Copy link
Collaborator Author

For example:

p3_overall_metrics <- lapply(p2a_metrics_files, function(x){

jsadler2 added a commit to jsadler2/drb-do-ml that referenced this issue Dec 21, 2022
jsadler2 added a commit to jsadler2/drb-do-ml that referenced this issue Dec 21, 2022
jsadler2 added a commit that referenced this issue Dec 22, 2022
This was referenced Dec 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant