Python scikit learn Linear Model Parameter Standard Error
tl;dr not with scikit-learn, but you can compute this manually with some linear algebra. i do this for your example below. also here’s a jupyter notebook with this code: https://gist.github.com/grisaitis/cf481034bb413a14d3ea851dab201d31 what and why the standard errors of your estimates are just the square root of the variances of your estimates. what’s the variance of your … Read more