Models of mixed effects in sparks or other technologies

Can I run a mixed effects regression model in Spark? (how can we do with lme4 in R or with MixedModels in Julia).
Any example would be great.

I read that there is a GLMix function, but I don’t know if the user can use it directly to fit the model and get the coefficients and p values, or if it can only be used by internal machine learning libraries.

I would like to switch to Spark because my datasets are much larger than memory.

Is there any other common database or framework capable of doing something like streaming data from disk?
I just saw that someone can do a simple linear regression.

Hello

+5
source share

Source: https://habr.com/ru/post/1257519/


All Articles