-
Notifications
You must be signed in to change notification settings - Fork 31
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
modelcols converts x matrix of Float32 to Float64 #293
Comments
Without a reproducer it's a bit hard to tell exactly what you're trying to do, but here's my understanding of the current
So one pretty straightforward fix would be to make the columns generated by |
Long term, I think we'd probably want to support a third |
Another possible fix would be to introduce |
Thanks. I tested the branch dfk/float32s with
It seem to work. |
I' m attempting JuliaStats/GLM.jl#260 . After some line running of code, it seems modelcols converts x matrix of Float32 to Float64, while keeping y Float32, which might be the cause. Any suggestions on fixing this behavior?
The text was updated successfully, but these errors were encountered: