Help C4W1 - No pased exercise 8

Good morning, how are you?
I have a question about the C4W1 lab validation. I successfully validated exercises 1 through 7, but I can’t verify test 8. I can’t get the score to add up.


Help

check your code implementation for moving average forecast.

Also remember this assignment doesn’t require you to use everywhere len function which is a common mistake by most learners. You need to use the SPLIT TIME correctly as per instructions mentions you to find time_series.

Sharing a linked comment which provides an overall debug points from all the grade function codes, see if it helps.

Also the most usual issue would be either hard coding the path, using incorrect variables(global instead of local or vice-versa) or using incorrect functions.

Regards
DP

1 Like