-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Bring Your Own Model (k-means) - minor issue #340
Comments
Hi @samsammurphy - "This one is setup to run the scikit learn k-means clustering algorithm" is not actually the case. The container this example points to is the Amazon SageMaker k-means container, which uses a different methodology than scikit k-means. The purpose of this notebook was to show how you could piggyback on the inference portion of a container that already exists. Hope that clears things up, but let me know if you have any questions. Thanks. |
I see. Thanks! |
* add files for xgboost tree depth rule * changed regex in tree_depth.py
* Change setup.py * Rename tornasole folder to smdebug * Replace 'tornasole/' with 'smdebug/' * Replace 'tornasole;' with 'smdebug;' * Replace 'tornasole.' with 'smdebug.' * Replace 'from tornasole import' with 'from smdebug import' * Replace 'tornasole;' with 'smdebug;' * Replace 'tornasole/' with 'smdebug/' * Add isort * Replace, without the file exclusions * Disable tree depth tests since they're timing out on CI. Probably a bug in PR aws#340
This is a minor issue, when read the following cell..
It might be helpful to the reader if the paragraph starts with a quick explanation, e.g. something like..
That is assuming I understood correctly (?)
Cheers
The text was updated successfully, but these errors were encountered: