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
Right now in the py version of the book, we tune the number of clusters manually (we run a pipeline for each $k$, manually extract results, plot). This was closer to the old version of the R book. New version of the R book uses tidyclust, which is more aligned with the classification/regression chapters in its tuning method.
Is there a similar update we can make to the py book?
Make sure to propagate this change to the worksheets if we do this.