-
### Discussed in https://github.com/MilesCranmer/PySR/discussions/314
Originally posted by **TadeuNP** April 22, 2023
@TadeuNP
Hi,
When running SymbolicRegression.jl, I can set enable…
-
The default behavior for `addprocs` is to initialize workers into the base environment of Julia, rather than the current environment. This is very unintuitive and I think over the course of being a Ju…
-
Trying out 0.9.
What am I missing here?
```julia
julia> value(L1DistLoss(), [1, 1, 1], [2, 3, 5], AggMode.WeightedMean([4, 2, 1], normalize=false))
4.0
```
But the absolute value of the di…
-
```
julia> import Pkg; Pkg.add("SymbolicRegression")
Resolving package versions...
No Changes to `~/.julia/environments/v1.9/Project.toml`
No Changes to `~/.julia/environments/v1.9/Manifest…
-
I read through the settings of `Distributed.addprocs` in detail to debug some issues I am seeing. I think there are some tweaks that could improve the distributed mode of SymbolicRegression.jl
I th…
-
Is there any way to use Pearson or Spearman correlation as a loss function?
-
Hey all,
What is your preferred citation for this project? I'm citing this in the PySR + SymbolicRegression.jl paper and wondering what your preferred citation would be. Would the Symbolics.jl [cit…
-
### Discussed in https://github.com/MilesCranmer/PySR/discussions/248
Originally posted by **quasars100** January 15, 2023
Hi,
Sorry this is a basic question about installation - I followed a…
-
### What happened?
As mentioned in the discussion https://github.com/MilesCranmer/PySR/discussions/327 I have a problem with my model, I assume its a CPU or RAM problem since I'm running on a i5 la…
-
When I press up in the Julia REPL for autocompletion, I am stuck in normal mode and cannot swap into insert mode to edit an entry. The only way to get out of this locking behavior is to press enter to…