Seasonality graph showing differently
Hi,
Not sure what happened to the graphs, but I pasted the exact codes from the lecture, the residual is showing differently for both compared to the video
1 answers ( 0 marked as helpful)
Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
I encountered similar problem.
I suspected that it's due to plotting setup, but dunno which.
you can try to plot individual property.
like :
plt.plot(s_dec_multiplicative.resid)
plt.show()