MomentMixedModels
MomentMixedModels copied to clipboard
A Spark/Scala package for Moment-Based Estimation For Hierarchical Models
I get an error using sbt to build jar. ```shell sbt.ResolveException: unresolved dependency: com.stitchfix.algorithms.spark#sfs3_2.11;0.7.0-spark2.2.0: not found ``` And it looks what http://artifactory.vertigo.stitchfix.com/artifactory/releases` does not exist.
Hello! I'm super new to the world of Spark and Scala and I've been looking for tools on running mixed effect models in a Spark setup and found this awesome...
pyspark
Is there a pyspark implementation of this module. Thanks
See https://arxiv.org/abs/1806.02321
R `glm` functions supports the following set: binomial(link = "logit"), gaussian(link = "identity"), Gamma(link = "inverse"), inverse.gaussian(link = "1/mu^2"), poisson(link = "log"), quasi(link = "identity", variance = "constant"), quasibinomial(link =...