Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clustering: mimic new R chapter where we tune num clusters #213

Open
trevorcampbell opened this issue Aug 22, 2023 · 1 comment
Open

Clustering: mimic new R chapter where we tune num clusters #213

trevorcampbell opened this issue Aug 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@trevorcampbell
Copy link
Contributor

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.

@trevorcampbell trevorcampbell added the enhancement New feature or request label Aug 22, 2023
@joelostblom
Copy link
Collaborator

I had the same thought and looked at this briefly. Based on what I found, I don't think it is easily possible. See scikit-learn/scikit-learn#6154 for details. There are some workaround suggested on SO, but nothing convenient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants