setting the frequency- video lecture
Hi,
I am getting different result from what it is shown in the video lecture, will you please help me to resolve this issue.
thanks
2 answers ( 0 marked as helpful)
Hi Moniruzzaman. I am also getting similar result as yours. Did you manage to resolve this?
Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
I think you have both skipped an earlier step, as you should no longer have a date column as it should be assigned as the index.
df_comp.date = pd.to_datetime(df_comp.date, dayfirst = True)
df_comp.set_index("date", inplace = True)