Splitting the dataset definition to build and apply the DM algo separately #10
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.
Hi Venexia,
Meanwhile, I worked on splitting my dataset definition into two bits, based on our discussion before the holidays:
Now, I can get a larger dummy dataset (10'000 instead of 5000).
I used the base merge function (data_processed <- merge(data_processed, data_processed_dm_algo, by = "patient_id", all.x = TRUE), see data_process) hope that's ok.
Otherwise, I have not changed anything. If you have some time to double-check it (esp. the yaml), I would appreciate!
Thank you very much,
-Alain