Replies: 1 comment
-
How interesting. This is because of unbiasing. STLSQ, like many optimizers, applies a regularizer (a ridge penalty) as well as thresholding. After the optimizer completes, the superclass Before unbiasing, that term is To disable this step, set |
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
-
Hi,
With the STLSQ optimizer (even with the WeakPDELibrary), I am expecting a coefficient smaller than the threshold 0.1 in
ps.STLSQ(threshold=0.1)
to be set to 0. Why is it not the case? Is it a bug ?Thank you,
I got
I would expect
I am using the last master branch :
git checkout 'master@{2024-01-30 18:30:00}'
Beta Was this translation helpful? Give feedback.
All reactions