How can I find the p-value (significance) of each coefficient? lm = sklearn.linear_model.LinearRegression() lm.fit(x,y) 9 Answers 9 Tags: hypothesis-testpythonregressionscikit-learnstatistics