News

October 2012: astroML 0.1 has been released! Get the source on Github

Our Introduction to astroML paper received the CIDU 2012 best paper award.

Links

astroML Mailing List

GitHub Issue Tracker

Videos

Scipy 2012 (15 minute talk)

Citing

If you use the software, please consider citing astroML.

AstroML: Machine Learning and Data Mining for Astronomy

AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib, and distributed under the 3-clause BSD license. It contains a growing library of statistical and machine learning routines for analyzing astronomical data in python, loaders for several open astronomical datasets, and a large suite of examples of analyzing and visualizing astronomical datasets.

_images/text_cover.png

The goal of astroML is to provide a community repository for fast Python implementations of common tools and routines used for statistical data analysis in astronomy and astrophysics, to provide a uniform and easy-to-use interface to freely available astronomical datasets. We hope this package will be useful to researchers and students of astronomy. The astroML project was started in 2012 to accompany the book Statistics, Data Mining, and Machine Learning in Astronomy by Zeljko Ivezic, Andrew Connolly, Jacob VanderPlas, and Alex Gray, to be published in late 2013. The table of contents is available here: here(pdf).

Citing astroML

If you make use of any of these datasets, tools, or examples in a scientific publication, please consider citing astroML. You may reference the following paper:

  • Introduction to astroML: Machine learning for astrophysics, Vanderplas et al, proc. of CIDU, pp. 47-54, 2012.

    Recipient of the best paper award for CIDU 2012

    Bibtex entry:

    @INPROCEEDINGS{astroML,
     author={{Vanderplas}, J.T. and {Connolly}, A.J.
             and {Ivezi{\'c}}, {\v Z}. and {Gray}, A.},
     booktitle={Conference on Intelligent Data Understanding (CIDU)},
     title={Introduction to astroML: Machine learning for astrophysics},
     month={oct.},
     pages={47 -54},
     doi={10.1109/CIDU.2012.6382200},
     year={2012}
    }

You may also reference the accompanying textbook:

  • Statistics, Data Mining, and Machine Learning for Astronomy, Ivezic et al, 2013

    Bibtex entry:

    @BOOK{astroMLText,
     title={Statistics, Data Mining and Machine Learning in Astronomy},
     author={{Ivezi{\'c}}, {\v Z}. and {Connolly}, A.J.
             and {Vanderplas}, J.T. and {Gray}, A.},
     publisher={Princeton University Press},
     location={Princeton, NJ},
     year={2013}
    }