scispace - formally typeset
G

Gaël Varoquaux

Researcher at Université Paris-Saclay

Publications -  293
Citations -  108428

Gaël Varoquaux is an academic researcher from Université Paris-Saclay. The author has contributed to research in topics: Cognition & Computer science. The author has an hindex of 36, co-authored 264 publications receiving 87110 citations. Previous affiliations of Gaël Varoquaux include Centre national de la recherche scientifique & University of Florence.

Papers
More filters
Journal Article

Scikit-learn: Machine Learning in Python

TL;DR: Scikit-learn is a Python module integrating a wide range of state-of-the-art machine learning algorithms for medium-scale supervised and unsupervised problems, focusing on bringing machine learning to non-specialists using a general-purpose high-level language.
Journal ArticleDOI

The NumPy Array: A Structure for Efficient Numerical Computation

TL;DR: In this article, the authors show how to improve the performance of NumPy arrays through vectorizing calculations, avoiding copying data in memory, and minimizing operation counts, which is a technique similar to the one described in this paper.
Journal ArticleDOI

The NumPy array: a structure for efficient numerical computation

TL;DR: This effort shows, NumPy performance can be improved through three techniques: vectorizing calculations, avoiding copying data in memory, and minimizing operation counts.