madeleineudell / LowRankModels.jl

LowRankModels.jl is a julia package for modeling and fitting generalized low rank models.
Other
190 stars 65 forks source link

How to run distributely? #88

Closed Tagar closed 5 years ago

Tagar commented 6 years ago

Sorry for a newbie question.. is there is a way to run this distributively?

For example, in Hadoop, or on Spark or in other distributed frameworks?

Thanks.

Tagar commented 6 years ago

Posted a question on stats.stackexchange.com: https://stats.stackexchange.com/questions/355260/distributed-pca-or-an-equivalent

madeleineudell commented 5 years ago

No, this package does not enable distributed optimization. If you need a distributed implementation, take a look at the H2O implementation: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/glrm.html