StatsModels sind Werte angepasst

import statsmodels.api as sm

mod = sm.OLS(Y, X).fit()
mod.fittedvalues
Ahh the negotiatior