-
Notifications
You must be signed in to change notification settings - Fork 32
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
Method ambiguity for lead/lag terms #146
Comments
Bummer. These come up more than I'd like :( |
I think that might be a GLM issue though, it should probably have some ability to handle matrices with missing values. |
I feel like we do need a way with getting rid of missings. Possibly via Impute.jl It is reasonable to have missings in data and for things like lead and lag to introduce more of them. It is also reasonable for GLM to not accept them. |
It would be cool if we could figure out a way to provide what |
I think maybe MLJ has some kind of system for representing these transforms? |
Is there an issue open about |
There is in GLM.jl, it's JuliaStats/GLM.jl#366. The closest thing here is #153 but that doesn't address the issue of how to drop the rows with missings. |
I'm getting a method error on schema application when using a lead/lag term. I didn't think this was a GLM thing, but I'm happy to move this over there if it is a GLM thing.
EDIT: I slimmed the MWE down even more.
MWE:
Error:
The text was updated successfully, but these errors were encountered: