SOTAVerified

Big Data analytics. Three use cases with R, Python and Spark

2016-09-30Unverified0· sign in to hype

Philippe Besse, Brendan Guillouet, Jean-Michel Loubes

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Management and analysis of big data are systematically associated with a data distributed architecture in the Hadoop and now Spark frameworks. This article offers an introduction for statisticians to these technologies by comparing the performance obtained by the direct use of three reference environments: R, Python Scikit-learn, Spark MLlib on three public use cases: character recognition, recommending films, categorizing products. As main result, it appears that, if Spark is very efficient for data munging and recommendation by collaborative filtering (non-negative factorization), current implementations of conventional learning methods (logistic regression, random forests) in MLlib or SparkML do not ou poorly compete habitual use of these methods (R, Python Scikit-learn) in an integrated or undistributed architecture

Tasks

Reproductions