Skip to main content

Showing 1–9 of 9 results for author: VanderPlas, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2001.01372  [pdf, other

    astro-ph.IM cs.IT stat.AP

    Applying Information Theory to Design Optimal Filters for Photometric Redshifts

    Authors: J. Bryce Kalmbach, Jacob T. VanderPlas, Andrew J. Connolly

    Abstract: In this paper we apply ideas from information theory to create a method for the design of optimal filters for photometric redshift estimation. We show the method applied to a series of simple example filters in order to motivate an intuition for how photometric redshift estimators respond to the properties of photometric passbands. We then design a realistic set of six filters covering optical wav… ▽ More

    Submitted 5 January, 2020; originally announced January 2020.

    Comments: 29 pages, 17 figures, accepted to ApJ

  2. arXiv:1907.10121  [pdf, other

    cs.MS cs.DS cs.SE physics.comp-ph

    SciPy 1.0--Fundamental Algorithms for Scientific Computing in Python

    Authors: Pauli Virtanen, Ralf Gommers, Travis E. Oliphant, Matt Haberland, Tyler Reddy, David Cournapeau, Evgeni Burovski, Pearu Peterson, Warren Weckesser, Jonathan Bright, Stéfan J. van der Walt, Matthew Brett, Joshua Wilson, K. Jarrod Millman, Nikolay Mayorov, Andrew R. J. Nelson, Eric Jones, Robert Kern, Eric Larson, CJ Carey, İlhan Polat, Yu Feng, Eric W. Moore, Jake VanderPlas, Denis Laxalde , et al. (10 additional authors not shown)

    Abstract: SciPy is an open source scientific computing library for the Python programming language. SciPy 1.0 was released in late 2017, about 16 years after the original version 0.1 release. SciPy has become a de facto standard for leveraging scientific algorithms in the Python programming language, with more than 600 unique code contributors, thousands of dependent packages, over 100,000 dependent reposit… ▽ More

    Submitted 23 July, 2019; originally announced July 2019.

    Comments: Article source data is available here: https://github.com/scipy/scipy-articles

    Journal ref: Nature Methods 17, 261 (2020)

  3. arXiv:1809.02154  [pdf, other

    astro-ph.IM cs.LG

    From FATS to feets: Further improvements to an astronomical feature extraction tool based on machine learning

    Authors: J. B. Cabral, B. Sánchez, F. Ramos, S. Gurovich, P. Granitto, J. Vanderplas

    Abstract: Machine learning algorithms are highly useful for the classification of time series data in astronomy in this era of peta-scale public survey data releases. These methods can facilitate the discovery of new unknown events in most astrophysical areas, as well as improving the analysis of samples of known phenomena. Machine learning algorithms use features extracted from collected data as input pred… ▽ More

    Submitted 6 September, 2018; originally announced September 2018.

    Comments: accepted in Astronomy and Computing

  4. arXiv:1711.00028  [pdf, other

    physics.ed-ph astro-ph.IM cs.CY

    Hack Weeks as a model for Data Science Education and Collaboration

    Authors: Daniela Huppenkothen, Anthony Arendt, David W. Hogg, Karthik Ram, Jake VanderPlas, Ariel Rokem

    Abstract: Across almost all scientific disciplines, the instruments that record our experimental data and the methods required for storage and data analysis are rapidly increasing in complexity. This gives rise to the need for scientific communities to adapt on shorter time scales than traditional university curricula allow for, and therefore requires new modes of knowledge transfer. The universal applicabi… ▽ More

    Submitted 31 October, 2017; originally announced November 2017.

    Comments: 15 pages, 2 figures, submitted to PNAS, all relevant code available at https://github.com/uwescience/HackWeek-Writeup

  5. Journal of Open Source Software (JOSS): design and first-year review

    Authors: Arfon M Smith, Kyle E Niemeyer, Daniel S Katz, Lorena A Barba, George Githinji, Melissa Gymrek, Kathryn D Huff, Christopher R Madan, Abigail Cabunoc Mayes, Kevin M Moerman, Pjotr Prins, Karthik Ram, Ariel Rokem, Tracy K Teal, Roman Valls Guimera, Jacob T Vanderplas

    Abstract: This article describes the motivation, design, and progress of the Journal of Open Source Software (JOSS). JOSS is a free and open-access journal that publishes articles describing research software. It has the dual goals of improving the quality of the software submitted and providing a mechanism for research software developers to receive credit. While designed to work within the current merit s… ▽ More

    Submitted 24 January, 2018; v1 submitted 7 July, 2017; originally announced July 2017.

    Comments: 22 pages, 8 figures

    Journal ref: PeerJ Computer Science 4 (2018) e147

  6. arXiv:1612.02485  [pdf, other

    cs.DB

    Comparative Evaluation of Big-Data Systems on Scientific Image Analytics Workloads

    Authors: Parmita Mehta, Sven Dorkenwald, Dongfang Zhao, Tomer Kaftan, Alvin Cheung, Magdalena Balazinska, Ariel Rokem, Andrew Connolly, Jacob Vanderplas, Yusra AlSayyad

    Abstract: Scientific discoveries are increasingly driven by analyzing large volumes of image data. Many new libraries and specialized database management systems (DBMSs) have emerged to support such tasks. It is unclear, however, how well these systems support real-world image analysis use cases, and how performant are the image analytics tasks implemented on top of such systems. In this paper, we present t… ▽ More

    Submitted 7 December, 2016; originally announced December 2016.

  7. arXiv:1603.02763  [pdf, other

    cs.LG cs.CG stat.ML

    megaman: Manifold Learning with Millions of points

    Authors: James McQueen, Marina Meila, Jacob VanderPlas, Zhongyue Zhang

    Abstract: Manifold Learning is a class of algorithms seeking a low-dimensional non-linear representation of high-dimensional data. Thus manifold learning algorithms are, at least in theory, most applicable to high-dimensional data and sample sizes to enable accurate estimation of the manifold. Despite this, most existing manifold learning implementations are not particularly scalable. Here we present a Pyth… ▽ More

    Submitted 8 March, 2016; originally announced March 2016.

    Comments: 12 pages, 6 figures

  8. arXiv:1309.0238  [pdf, ps, other

    cs.LG cs.MS

    API design for machine learning software: experiences from the scikit-learn project

    Authors: Lars Buitinck, Gilles Louppe, Mathieu Blondel, Fabian Pedregosa, Andreas Mueller, Olivier Grisel, Vlad Niculae, Peter Prettenhofer, Alexandre Gramfort, Jaques Grobler, Robert Layton, Jake Vanderplas, Arnaud Joly, Brian Holt, Gaël Varoquaux

    Abstract: Scikit-learn is an increasingly popular machine learning li- brary. Written in Python, it is designed to be simple and efficient, accessible to non-experts, and reusable in various contexts. In this paper, we present and discuss our design choices for the application programming interface (API) of the project. In particular, we describe the simple and elegant interface shared by all learning and p… ▽ More

    Submitted 1 September, 2013; originally announced September 2013.

    Journal ref: European Conference on Machine Learning and Principles and Practices of Knowledge Discovery in Databases (2013)

  9. arXiv:1201.0490  [pdf, ps, other

    cs.LG cs.MS

    Scikit-learn: Machine Learning in Python

    Authors: Fabian Pedregosa, Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Andreas Müller, Joel Nothman, Gilles Louppe, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, Jake Vanderplas, Alexandre Passos, David Cournapeau, Matthieu Brucher, Matthieu Perrot, Édouard Duchesnay

    Abstract: 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. This package focuses on bringing machine learning to non-specialists using a general-purpose high-level language. Emphasis is put on ease of use, performance, documentation, and API consistency. It has minimal dependencies and is distribute… ▽ More

    Submitted 5 June, 2018; v1 submitted 2 January, 2012; originally announced January 2012.

    Comments: Update authors list and URLs

    Journal ref: Journal of Machine Learning Research (2011)