Replies: 1 comment 1 reply
-
To answer your question, there's a few set of coefficients you can extract. Broadly speaking there's two groups: the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to ask if there is an easy build-in command to print un-normalized equations. As shown in examples, normalized discovered equations can be printed by
print(model.estimator_coeffs())
. I tried usingmodel.constraint_coeffs(scaled=False)
but does not seem to print un-normalized discovered equations. Surely, I am missing a point; any help in printing (or finding) un-normalized equations would be appreciated!Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions