Replies: 1 comment
-
Interesting. It seems like equations.query(f"loss <= {threshold}") is causing the error. Can you share the version information of everything, like your operating system, python version, pandas version, numpy version, etc.? Also, could you try to report this as a bug to pandas? It seems like the parser isn't able to parse the string representations of floats on your machine, which seems like an issue. On the PySR side we could look at a workaround which avoids using the |
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
-
when I run the demo
it seems the loas is lower than some threshould, but i don not know how to solve it
Beta Was this translation helpful? Give feedback.
All reactions