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

add-sklearn-kmeans-hyperparameter-checker #29

Open
PeterHamfelt opened this issue Apr 16, 2024 · 0 comments
Open

add-sklearn-kmeans-hyperparameter-checker #29

PeterHamfelt opened this issue Apr 16, 2024 · 0 comments
Assignees
Labels
Enhancement ✨ New feature or request

Comments

@PeterHamfelt
Copy link
Member

Hyperparameters directly control model structure, function, and performance. Hyperparameter tuning allows data scientists to tweak model performance for optimal results. This process is an essential part of machine learning, and choosing appropriate hyperparameter values is crucial for success.

K-Means clustering

References
https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
https://aws.amazon.com/what-is/hyperparameter-tuning/#:~:text=Hyperparameters%20directly%20control%20model%20structure,values%20is%20crucial%20for%20success.

@PeterHamfelt PeterHamfelt added the Enhancement ✨ New feature or request label Apr 16, 2024
@PeterHamfelt PeterHamfelt self-assigned this Apr 16, 2024
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

1 participant