Skip to content

Where are 'x' data stored in ModelResult object ? #869

Answered by newville
cgadal asked this question in Q&A
Discussion options

You must be logged in to vote

@cgadal the values that are passed to Model.fit as keyword/value arguments are stored in the dictionary ModelResult.userkws. So, you would want result.userkws['x'].

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cgadal
Comment options

@newville
Comment options

@cgadal
Comment options

@newville
Comment options

Answer selected by cgadal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants