Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astroautomata/PySR
/ types & classes
Types & classes
31 in github.com/astroautomata/PySR
⨍
Functions
356
◇
Types & classes
31
↓ 89 callers
Class
PySRRegressor
High-performance symbolic regression algorithm. This is the scikit-learn interface for SymbolicRegression.jl. This model will automatica
pysr/sr.py:360
↓ 13 callers
Class
TemplateExpressionSpec
Spec for templated expressions. This class allows you to specify how multiple sub-expressions should be combined in a structured way, with co
pysr/expression_specs.py:128
↓ 2 callers
Class
TensorBoardLoggerSpec
Specification for TensorBoard logger. Parameters ---------- log_dir : str Directory where TensorBoard logs will be saved. If `ove
pysr/logger_specs.py:31
↓ 1 callers
Class
CallableEquation
Simple wrapper for numpy lambda functions built with sympy
pysr/export_numpy.py:17
↓ 1 callers
Class
CallableJuliaExpression
pysr/expression_specs.py:400
↓ 1 callers
Class
ExpressionSpec
The default expression specification, with no special behavior.
pysr/expression_specs.py:87
↓ 1 callers
Class
PRInfo
scripts/paper_image_sync.py:28
↓ 1 callers
Class
ParametricExpressionSpec
Spec for parametric expressions that vary by category. **This is deprecated in favor of the `TemplateExpressionSpec` class, which now support
pysr/expression_specs.py:346
↓ 1 callers
Class
PreciseLatexPrinter
Modified SymPy printer with custom float precision.
pysr/export_latex.py:10
↓ 1 callers
Class
_DynamicallySetParams
Defines some parameters that are set at runtime.
pysr/sr.py:348
↓ 1 callers
Class
_Node
Forked from https://github.com/patrick-kidger/sympytorch
pysr/export_torch.py:87
Class
AbstractExpressionSpec
Abstract base class describing expression types. This basically just holds the options for the expression type, as well as explains how to pa
pysr/expression_specs.py:32
Class
AbstractLoggerSpec
Abstract base class for logger specifications.
pysr/logger_specs.py:11
Class
TestAutodiff
pysr/test/test_autodiff.py:14
Class
TestBest
pysr/test/test_main.py:1352
Class
TestCli
pysr/test/test_cli.py:12
Class
TestDev
pysr/test/test_dev.py:7
Class
TestDimensionalConstraints
pysr/test/test_main.py:2075
Class
TestFeatureSelection
pysr/test/test_main.py:1400
Class
TestGuesses
pysr/test/test_main.py:1127
Class
TestHelpMessages
Test user help messages.
pysr/test/test_main.py:1692
Class
TestJAX
pysr/test/test_jax.py:13
Class
TestLaTeXTable
pysr/test/test_main.py:1892
Class
TestMiscellaneous
Test miscellaneous functions.
pysr/test/test_main.py:1428
Class
TestPipeline
pysr/test/test_main.py:66
Class
TestRegistryHelper
Test the custom Julia registry preference handling.
pysr/test/test_startup.py:161
Class
TestSlurm
pysr/test/test_slurm.py:25
Class
TestStartup
Various tests related to starting up PySR.
pysr/test/test_startup.py:19
Class
TestTemplateExpressionSpec
pysr/test/test_main.py:2237
Class
TestTorch
pysr/test/test_torch.py:12
Class
_SingleSymPyModule
Forked from https://github.com/patrick-kidger/sympytorch
pysr/export_torch.py:158