Generalized Additive Modeling Apache Spark implementation
Does Spark MLlib support Generalized Additive Modeling? How does one go about implementing GAM models in Spark? I want to implement GAM (Generalized additive model) model in Spark. Based on my research on online forums, I could not find the implementation of GAM models on Spark. Has anyone in this community attempted this? Does Spark MLlib support GAM?
https://reposit.haw-hamburg.de/bitstream/20.500.12738/7778/1/BachelorarbeitKaiBrusch.pdf This document shows how to manipulate GLM on Spark MLlib but does not have the actual GAM on Spark implementation.
Topic pyspark apache-spark
Category Data Science