-
### What happened?
I am unable to run the custom objective function [example](https://astroautomata.com/PySR/examples/#9-custom-objectives). When I run `model.fit`, I get the following error (truncat…
-
- [ ] https://github.com/SciML/NeuralPDE.jl/pull/629
- [x] https://github.com/SciML/MethodOfLines.jl/pull/232
- [ ] https://github.com/SciML/SymbolicNumericIntegration.jl/pull/33
- [ ] https://gith…
-
Hi, I am working at Cineca and we have a vector symbolic regression problem to solve.
![SymbolicRegression](https://user-images.githubusercontent.com/22493289/97173182-6f010780-1790-11eb-82c6-ff8a6b…
-
### What happened?
Hi Miles, this is the issue flagged to you on Twitter -- sorry it's taken time to report, as I was drowning in exam meetings today!
The issue we saw was on a Centos7/RHEL system…
-
```julia
using MLJ
using DynamicQuantities
using SymbolicRegression
SRegressor = @load SRRegressor pkg=SymbolicRegression
X = (; x1=rand(32) .* us"km/h", x2=rand(32) .* us"km")
y = @. X.x2 /…
-
### Feature Request
I think it could be really cool to have an [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/adding_models_for_general_use/) integration for SymbolicRegression. As an examp…
-
Right now you install SymbolicRegression.jl using `python -c 'import pysr; pysr.install()'`. However, this is a bit of spooky action at a distance, because you can't quite be sure which `pysr` is actu…
-
### What happened?
Hi there,
First of all, thank you for developing PySR! I have been experimenting with it and wanted to test it on the Nguyen benchmark problems, such as `x^3+x^2+x`. In order …
-
### What happened?
Hi Miles, Thank you for making PySR available!
I am facing an error during installation, when calling `python3 -m pysr install`:
```julia
julia.core.JuliaError: Exception 'Uns…
-
It would be nice if the default print used, e.g., 3 significant figures, rather than all the bits in a float32. The csv file and resultant sympy equation would still be max precision, but I see no nee…