winstonll / SynC

Supplementary material for paper "SynC: A Unified Framework for Generating Synthetic Population with Gaussian Copula"
18 stars 4 forks source link

object 'age_gender_groups' not found #4

Open chrishwiggins opened 3 years ago

chrishwiggins commented 3 years ago

https://github.com/winstonll/SynC/blob/cf224355894254466f3a6bbcacce6ed761e98a95/models/synthetic_population.R#L13

any ideas why this throws an error?

I get (traceback):

=== Error in [.tbl_df(pp_sub, , age_gender_groups) : object 'age_gender_groups' not found 6. [.tbl_df(pp_sub, , age_gender_groups) at synthetic_population.R#13 5. pp_sub[, age_gender_groups] at synthetic_population.R#13 4. eval(ei, envir) 3. eval(ei, envir) 2. withVisible(eval(ei, envir)) 1. source("synthetic_population.R")

===

winstonll commented 3 years ago

Hi Chris,

This R version of the code hasn't been well maintained, unfortunately. I produce this repo sometime in early 2019 as part of an AAAI workshop submission, and since then, I've begin to work on a python version. I bet there are some bugs within the code that prevents it from running properly.

If you share a little bit about your use case, for example, what you are trying to do, I'd be happy to help navigate through the messy code so that you can better use this not-so-well-written repo. Feel free to either reply here or email winston@arimadata.com. Thanks.

chrishwiggins commented 3 years ago

Will do Thanks very much!

On Mon, Nov 9, 2020 at 21:16 Winston Li notifications@github.com wrote:

Hi Chris,

This R version of the code hasn't been well maintained, unfortunately. I produce this repo sometime in early 2019 as part of an AAAI workshop submission, and since then, I've begin to work on a python version. I bet there are some bugs within the code that prevents it from running properly.

If you share a little bit about your use case, for example, what you are trying to do, I'd be happy to help navigate through the messy code so that you can better use this not-so-well-written repo. Feel free to either reply here or email winston@arimadata.com. Thanks.

— You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub https://github.com/winstonll/SynC/issues/4#issuecomment-724405074, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACLXNDWVXYX6V7ZTDR4GFLSPCO73ANCNFSM4TP73M5A .

mkr-miq commented 2 years ago

@winstonll as the R version of the code is not maintained, can you share the python version?