udacity / mlnd_issues_tracker

0 stars 0 forks source link

Missing "by" parameter in K-Means Clustering of Movie Ratings Notebook #31

Open Agent007 opened 6 years ago

Agent007 commented 6 years ago

In the last code cell of the K-Means Clustering of Movie Ratings notebook, the call to sort_values() is missing the by parameter. avg_ratings dataframe must be given column names before that.