-
Notifications
You must be signed in to change notification settings - Fork 0
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
Parquet support #10
base: main
Are you sure you want to change the base?
Parquet support #10
Conversation
This looks great! I'll aim to try testing it out ASAP and can likely be pulled. In previous tries of converting to parquet the three problems faced were:
As far as I can see your code seems to address all the above. |
Suggestions: simpaths_parallel/R/convert_parquet.R Lines 72 to 75 in efb4cfa
simpaths_parallel/R/convert_parquet.R Line 194 in efb4cfa
simpaths_parallel/R/convert_parquet.R Line 121 in efb4cfa
simpaths_parallel/R/convert_parquet.R Line 198 in efb4cfa
simpaths_parallel/R/convert_parquet.R Line 7 in efb4cfa
I've noted some of the above suggestions as tick-boxes. Check off any you don't think need actioned and we can discuss/patch others as needed. |
I've fixed some of the issues, I also replaced a hardcoded postfix with a parameter, however, other methods do not incorporate this change yet.
We could employ Regarding your last point, I'm not sure how it works in R. Any suggestions? P.S. I also would like you to take a look at |
Hi Vlad, thanks for update. I was working on this the other week and hit some barriers to progress at the same time as my simpaths parallel runs stopped working all over again as I attempted to generate a test dataset to work on. Spent hours watching it repeatedly crash after a tiny number of runs, but then noticed that the home drive is 99% full?? Ran out of time to give this to solve that week. Will pick this up again in the coming weeks. |
That's my fault, I apologize. For some reason quotas don't work, I also need a lot of space to store ML models and produced synthetic results. Meanwhile, try using |
Finally got round to testing this after a lot of problems. I think with the tweaks in #12 it works perfectly in giving useable parquet files for baseline/reform runs. |
This should close #5.
I'd like to know what you think about this.