.. _introduction: Introduction ============ .. _philosopy: Philosophy ---------- astroML is a Python module built within the framework of Python's Scipy ecosystem, designed as a repository for fast and well-tested code for the analysis of astronomical data. It is envisioned to be a community resource, with the development and submission of new algorithms, data sets, and examples provided by `GitHub's `_ collaborative coding interface. astroML is designed to be a resource for both researchers and students of astronomy and Python. Rather than focusing on re-developing fast algorithms, astroML makes use of the large collection of well-tested routines available in `numpy `_, `scipy `_, `scikit-learn `_, `matplotlib `_, `astropy `_, and other packages. astroML strives to bring the astronomical community closer to the ideals of `Reproducible Research `_, in which research papers are accompanied by well-written code to duplicate, check, and extend the results. .. _textbook: Textbook -------- .. image:: ../_static/text_cover.png :width: 150 px :align: right :target: http://www.amazon.com/Statistics-Mining-Machine-Learning-Astronomy/dp/0691151687/ The astroML package is used to create all of the examples and figures in the book **Statistics, Data Mining, and Machine Learning in Astronomy**, by Zeljko Ivezic, Andrew Connolly, Jacob Vanderplas, and Alex Gray, published by Princeton University Press (`view on Amazon `_). These figures can be seen in the :ref:`book_fig_root` section, along with the full Python scripts used to generate them. The text contains detailed theoretical background of many of the tools and methods available in astroML, and also many of the tools available in `scikit-learn `_ which are used in the examples here. The on-line documentation at this site is growing, but we recommend refering to the text for more details.