You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the starter code it would be better to use i as an index variable rather than age. I think age is confusing because people may thing they're getting the actual age from the data file, rather than having to use an index for observed_age or predicted_age.
The text was updated successfully, but these errors were encountered:
In the starter code it would be better to use
i
as an index variable rather thanage
. I thinkage
is confusing because people may thing they're getting the actual age from the data file, rather than having to use an index forobserved_age
orpredicted_age
.The text was updated successfully, but these errors were encountered: