-
For a
How can I access the |
Beta Was this translation helpful? Give feedback.
Answered by
newville
Apr 27, 2023
Replies: 1 comment 4 replies
-
@cgadal the values that are passed to |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cgadal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cgadal the values that are passed to
Model.fit
as keyword/value arguments are stored in the dictionaryModelResult.userkws
. So, you would wantresult.userkws['x']
.