Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
PySR is an open-source library for practical symbolic regression, a type of machine learning which aims to discover human-interpretable symbolic models. PySR was developed to democratize and popularize symbolic regression for the sciences, and is built on a high-performance distributed back-end, a flexible search algorithm, and interfaces with several deep learning packages. PySR's internal search algorithm is a multi-population evolutionary algorithm, which consists of a unique evolve-simplify-optimize loop, designed for optimization of unknown scalar constants in newly-discovered empirical expressions. PySR's backend is the extremely optimized Julia library SymbolicRegression.jl, which can be used directly from Julia. It is capable of fusing user-defined operators into SIMD kernels at runtime, performing automatic differentiation, and distributing populations of expressions to thousands of cores across a cluster. In describing this software, we also introduce a new benchmark, "EmpiricalBench," to quantify the applicability of symbolic regression algorithms in science. This benchmark measures recovery of historical empirical equations from original and synthetic datasets.
Results and benchmarks
PySR is an open-source library for practical symbolic regression, a type of machine learning which aims to discover human-interpretable symbolic models.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 55/100, grounding 75/100, status medium.
Implementation
Best maintained implementation now
High-Performance Symbolic Regression in Python and Julia
3,733 stars · 349 forks · Last push Aug 22, 2026 · Apache-2.0 license
- License
- CI
- Dependencies
- Docker
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata · Partial overlap with paper title keywords
MilesCranmer/PySR is the strongest maintained implementation based on ranking signals. CI workflows are present. License is declared (Apache-2.0).
Open MilesCranmer/PySR- No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
- Selected MilesCranmer/PySR as the strongest maintained implementation for new work.
- Includes CI workflow signals.
- Includes dependency/environment manifest signals.
- Repository activity is within the last 24 months.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Active
- Confidence
- High
- Reproducibility
- Strong
- Stars
- 3,733
- Last push
- Aug 22, 2026 (3d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- Maintenance
- Active
- Confidence
- High
- Reproducibility
- Moderate
- Stars
- 803
- Last push
- Aug 21, 2026 (4d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No Docker setup
- Dependency manifest missing
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Strong
- Stars
- 68
- Last push
- Feb 5, 2024 (932d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No push in 12+ months
- No Docker setup
Reproduction readiness
Ready to run
Ready to reproduce
- Clone MilesCranmer/PySR and install dependencies from pyproject.toml.
- Dockerfile available for containerized reproduction.
- CI pipeline detected, so automated tests are in place.
- Last updated 3 days ago.
Quick start
git clone https://github.com/MilesCranmer/PySR.git
pip install -e . Validation caveat
Repositories and ecosystem
Official
- milescranmer/pysr_paperConfidence: High
A paper describing the implementation of PySR and SymbolicRegression.jl
68 stars · 15 forks · Last push Feb 5, 2024 · MIT license
Community
- astroautomata/PySRConfidence: Medium
High-Performance Symbolic Regression in Python and Julia
3,733 stars · 349 forks · Last push Aug 22, 2026 · Apache-2.0 license
These repositories had low-confidence matching signals and are hidden by default.
- hftsoi/symbolfit
Confidence: Low · 75 stars
- CP3-Origins/cp3-bench
Confidence: Low · 7 stars
- KevinHaka/Symbolic-Regression-Genetic-Programming
Confidence: Low · 2 stars
- nzolman/annu_rev_control_sindy_2025
Confidence: Low · 8 stars
- FedejGon/NN-CC
Confidence: Low · 3 stars
- spgarcica/symbolic_test
Confidence: Low · 2 stars
Hugging Face artifacts
No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.
Models
No trustworthy models matches right now.
Search models on Hugging FaceDatasets
- sabaridsnfuji/repro-minimax-learning-of-interpretable-factored-stochastic-policies-from-conjoint-data-with-unc
50 downloads · 0 likes · Updated Jul 25, 2026
- Abhinavasaik/repro-prototype-transformer-towards-language-model-architectures-interpretable-by-design-traces
50 downloads · 0 likes · Updated Aug 3, 2026
Broaden dataset search
Spaces
- riiswa/RL-Interpretable-Policy-via-Kolmogorov-Arnold-Network
11 likes
- Hellisotherpeople/Interpretable_Text_Classification_And_Clustering
8 likes
Broaden space search
Research context
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXData includes links from Papers with Code ( CC-BY-SA-4.0 ).