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
hi, thanks for sharing.
i happen to have question for map reduce quiz part.
Computing the average of all the features in your training set should be able to performed with map reduce. because you could keep the number and sum of each subset of the training set.
in reduce you could do the overall mean operation.
The text was updated successfully, but these errors were encountered:
hi, thanks for sharing.
i happen to have question for map reduce quiz part.
Computing the average of all the features in your training set should be able to performed with map reduce. because you could keep the number and sum of each subset of the training set.
in reduce you could do the overall mean operation.
The text was updated successfully, but these errors were encountered: