Papers › Machine Learning in Python: Main developments and technology trends in data science,...

Machine Learning in Python: Main developments and technology trends in data science, machine learning, and artificial intelligence

12 Feb 2020arXiv:2002.04803archive 2025-07-28

Sebastian Raschka, Joshua Patterson, Corey Nolet

Smarter applications are making better use of the insights gleaned from data, having an impact on every industry and research discipline. At the core of this revolution lies the tools and the methods that are driving it, from processing the massive piles of data generated each day to learning from and taking useful action. Deep neural networks, along with advancements in classical ML and scalable general-purpose GPU computing, have become critical components of artificial intelligence, enabling many of these astounding breakthroughs and lowering the barrier to adoption. Python continues to be the most preferred language for scientific computing, data science, and machine learning, boosting both performance and productivity by enabling the use of low-level libraries and clean high-level APIs. This survey offers insight into the field of machine learning with Python, taking a tour through important topics to identify some of the core hardware and software paradigms that have enabled it. We cover widely-used libraries and concepts, collected together for holistic comparison, with the goal of educating the reader and driving the field of Python machine learning forward.

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="2002.04803")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: 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.

rapidsai/cuml officialmentioned in papermentioned on GitHubApache-2.0 report
danielhanchen/hyperlearn mentioned on GitHubpytorchApache-2.0 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

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 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.

17unverified

Licence: 0 of the 17 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 danielhanchen/hyperlearn. “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.

cholSolve danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/linalg.py community (archive-listed) unverified Apache-2.0 (permissive) · 1cbde4d55df788cb · report
cholesky danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/linalg.py community (archive-listed) unverified Apache-2.0 (permissive) · 6bf889edcd2f3d59 · report
corr danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/stats.py community (archive-listed) unverified Apache-2.0 (permissive) · 81447f172293b630 · report
dot danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn_new/linalg.py community (archive-listed) unverified Apache-2.0 (permissive) · fbc83e453df68c84 · report
eig_flip danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 14680611e819978b · report
isArray danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/base.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e651bd76e603301 · report
isIterable danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/base.py community (archive-listed) unverified Apache-2.0 (permissive) · 606610680b7b902c · report
isList danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/base.py community (archive-listed) unverified Apache-2.0 (permissive) · 4382f75314ede2d0 · report
matmul danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn_new/linalg.py community (archive-listed) unverified Apache-2.0 (permissive) · add4517b58bf6f8c · report
memoryXTX danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 7e23551d2de6ff77 · report
qr_stats danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/stats.py community (archive-listed) unverified Apache-2.0 (permissive) · 3892e8c97d2a0e62 · report
solve danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/solvers.py community (archive-listed) unverified Apache-2.0 (permissive) · 98afce249f4bd06d · report
solveCholesky danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/solvers.py community (archive-listed) unverified Apache-2.0 (permissive) · a875cb7c956be83e · report
solveSVD danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/solvers.py community (archive-listed) unverified Apache-2.0 (permissive) · f8ce672860095aa1 · report
svd_flip danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · dc5a4ec8f2b355ce · report
svd_stats danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn/stats.py community (archive-listed) unverified Apache-2.0 (permissive) · 2326a265a474027e · report
transpose danielhanchen/hyperlearn/__hyperlearn_archive/hyperlearn_new/linalg.py community (archive-listed) unverified Apache-2.0 (permissive) · 84fb3f9a46c6b8cf · report

Tasks

BIG-bench Machine Learning

1 archive task tag without a task page not shown.

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