English

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

Applications 2016-10-03 v1 Machine Learning

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

Keywords

Cite

@article{arxiv.1609.09619,
  title  = {Big Data analytics. Three use cases with R, Python and Spark},
  author = {Philippe Besse and Brendan Guillouet and Jean-Michel Loubes},
  journal= {arXiv preprint arXiv:1609.09619},
  year   = {2016}
}

Comments

in French, Apprentissage Statistique et Donn{\'e}es Massives, Technip, 2017, Journ{\'e}es d'Etudes en Statistisque

R2 v1 2026-06-22T16:06:17.592Z