Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
docs: add a code sample for creating a kmeans model #267
docs: add a code sample for creating a kmeans model #267
Changes from 33 commits
69fe5d7
5fb1d4f
523255f
3bb267a
73d2a46
b3c0578
c25aeb5
db9f439
e7bd5ef
2a7d575
809ed05
5dba2b9
2207941
5e00a3c
7c64227
11678e0
f95cd9f
0df2dec
06a2490
1a9f7d9
464cf1c
d03f46c
019e243
72174f9
50a447d
ac348bf
7ce5337
29b2e1f
7762f0f
479a828
1572ddd
3d77ddd
505b790
4505c5c
cad2185
3ab8220
816881c
9b382d6
ae9a362
5eb59ec
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's 2024 now. These headers should reflect when the text was first written.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Project ID isn't sufficient. We want a model ID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not project ID. This should be the same model ID as the one we use in
to_gbq
above (once you change that).