-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tunable.model_spec()
includes rows for non-tunable arguments marked with tune()
#1104
Comments
Okay, a few more notes here. It seems like the architecture here is:
Lines 279 to 280 in eb526fa
...which only excludes rows that are both main arguments and have no tunable information associated, so there's a bunch of engine arguments with NULL Lines 43 to 46 in eb526fa
2b) then, it adds engine-specific parameter information. One way could be Line 282 in eb526fa
Lines 56 to 65 in eb526fa
Lines 91 to 106 in eb526fa
...the other possible way is to manually insert Lines 283 to 286 in eb526fa
Barring a rewrite that stores tunable information in the model environment (see #826), I think our solution might be to filter out rows with NULL |
Created on 2024-04-04 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: