-
Notifications
You must be signed in to change notification settings - Fork 5
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
object 'age_gender_groups' not found #4
Comments
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. |
Will do Thanks very much!
…On Mon, Nov 9, 2020 at 21:16 Winston Li ***@***.***> 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 ***@***.*** Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACLXNDWVXYX6V7ZTDR4GFLSPCO73ANCNFSM4TP73M5A>
.
|
@winstonll as the R version of the code is not maintained, can you share the python version? |
SynC/models/synthetic_population.R
Line 13 in cf22435
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#135.
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")
===
The text was updated successfully, but these errors were encountered: