We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can the weight matrix be added as a feature?
The text was updated successfully, but these errors were encountered:
Are you looking to specify weights when fitting a model, retrieve the user-specified weights from a fitted model, or something else?
Sorry, something went wrong.
I want to get the weights obtained at the end of the iterative process.
So the working weights from the final iteration of IRLS. That is stored, so technically accessible, but not in a user-facing way.
Perhaps a decent API for this would be something like weights(model; type=:working), analogous to working residuals as implemented in #499.
weights(model; type=:working)
No branches or pull requests
Can the weight matrix be added as a feature?
The text was updated successfully, but these errors were encountered: