Replies: 1 comment
-
You are right, this is a typo. Good catch. I suppose since |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the demo notebook, under High-dimensional input: Neural Nets + Symbolic Regression the time series is defined as:
is the 1/10 here a constant or is the time step$Nt$ since in the below code in the notebook the shape is used to divide
PySR/examples/pysr_demo.ipynb
Line 1153 in 6508cf5
Also in the inductive bias definition:
There is no averaging in the formula but in code below it there is averaging. Is this a typo or am i misunderstanding it?
Beta Was this translation helpful? Give feedback.
All reactions