Distribution of Regression Residuals: Is this a normal distribution?
I've created a histogram as well as a QQPlot from the residuals of my Regression Model:
Mean: 0.35 Standard Deviation: 18.14
Judging from these plots, is it okay to say that my residuals are normally distributed? Or what else can I draw from these plots?
Update: Created the Histogram using
ns.distplot(x, hist=True)
Topic matplotlib regression random-forest scikit-learn python
Category Data Science