Papers › Introduction to astroML: Machine Learning for Astrophysics

Introduction to astroML: Machine Learning for Astrophysics

18 Nov 2014arXiv:1411.5039links table onlyarchive 2025-07-28

Jacob T. VanderPlas, Andrew J. Connolly, Zeljko Ivezic, Alex Gray

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Astronomy and astrophysics are witnessing dramatic increases in data volume as detectors, telescopes and computers become ever more powerful. During the last decade, sky surveys across the electromagnetic spectrum have collected hundreds of terabytes of astronomical data for hundreds of millions of sources. Over the next decade, the data volume will enter the petabyte domain, and provide accurate measurements for billions of sources. Astronomy and physics students are not traditionally trained to handle such voluminous and complex data sets. In this paper we describe astroML; an initiative, based on Python and scikit-learn, to develop a compendium of machine learning tools designed to address the statistical needs of the next generation of students and astronomical surveys. We introduce astroML and present a number of example applications that are enabled by this package.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1411.5039")

Code

Syntology Ran 1 of 20 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: official repository: 3 samples from 1 repository, 1 ran; community (archive-listed): 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

astroML/astroML officialmentioned on GitHub report
LBJ-Wade/astroML mentioned on GitHubBSD-2-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 1 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
19unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

binned_statistic_dd astroML/astroML/astroML/stats/_binned_statistic.py official repository ran · fixture could not drive it BSD-2-Clause (permissive) · 404f2117c295b50d · report
binned_statistic astroML/astroML/astroML/stats/_binned_statistic.py official repository unverified BSD-2-Clause (permissive) · 2bfbd04c9d6406ce · report
binned_statistic_2d astroML/astroML/astroML/stats/_binned_statistic.py official repository unverified BSD-2-Clause (permissive) · b812a36c3b921651 · report
Cminus LBJ-Wade/astroML/astroML/lumfunc.py community (archive-listed) unverified BSD-2-Clause (permissive) · 4d538191fdf036f1 · report
FT_continuous LBJ-Wade/astroML/astroML/fourier.py community (archive-listed) unverified BSD-2-Clause (permissive) · 6dd199d7b7c0c43f · report
IFT_continuous LBJ-Wade/astroML/astroML/fourier.py community (archive-listed) unverified BSD-2-Clause (permissive) · 65d819683dcf45dd · report
PSD_continuous LBJ-Wade/astroML/astroML/fourier.py community (archive-listed) unverified BSD-2-Clause (permissive) · 595c5d853b055c34 · report
TLS_logL LBJ-Wade/astroML/astroML/linear_model/TLS.py community (archive-listed) unverified BSD-2-Clause (permissive) · 1b49b84c62965761 · report
angular_dist_to_euclidean_dist LBJ-Wade/astroML/astroML/correlation.py community (archive-listed) unverified BSD-2-Clause (permissive) · a900b61fb03e7bbd · report
binned_Cminus LBJ-Wade/astroML/astroML/lumfunc.py community (archive-listed) unverified BSD-2-Clause (permissive) · 1109c4615399e3f5 · report
bootstrap LBJ-Wade/astroML/astroML/resample.py community (archive-listed) unverified BSD-2-Clause (permissive) · 5a73f1eddaa803ee · report
bootstrap_Cminus LBJ-Wade/astroML/astroML/lumfunc.py community (archive-listed) unverified BSD-2-Clause (permissive) · e9308fb17e7e948e · report
crossmatch LBJ-Wade/astroML/astroML/crossmatch.py community (archive-listed) unverified BSD-2-Clause (permissive) · 9ddd0b13986a126b · report
crossmatch_angular LBJ-Wade/astroML/astroML/crossmatch.py community (archive-listed) unverified BSD-2-Clause (permissive) · d1162866750b16c2 · report
gaussian_basis LBJ-Wade/astroML/astroML/linear_model/linear_regression.py community (archive-listed) unverified BSD-2-Clause (permissive) · 81dd2671e49c84e6 · report
jackknife LBJ-Wade/astroML/astroML/resample.py community (archive-listed) unverified BSD-2-Clause (permissive) · 6edbb8bfa3740162 · report
min_component_filter LBJ-Wade/astroML/astroML/filters.py community (archive-listed) unverified BSD-2-Clause (permissive) · 7f5d8af2583d7bca · report
ra_dec_to_xyz LBJ-Wade/astroML/astroML/correlation.py community (archive-listed) unverified BSD-2-Clause (permissive) · 0dd1e23e7ef9d995 · report
uniform_sphere LBJ-Wade/astroML/astroML/correlation.py community (archive-listed) unverified BSD-2-Clause (permissive) · fa7729ac3f9237f2 · report
wiener_filter LBJ-Wade/astroML/astroML/filters.py community (archive-listed) unverified BSD-2-Clause (permissive) · c6e6878a8da79be0 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections