Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve one comment
  • Loading branch information
Henry J Solberg committed Nov 7, 2023
commit 66bae52e76f7e01cdd2947b54295fa99a53de1af
2 changes: 1 addition & 1 deletion notebooks/generative_ai/bq_dataframes_llm_kmeans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
},
"outputs": [],
"source": [
"# Choose 10,000 complaints randomly\n",
"# Choose 10,000 complaints randomly and store them in a column in a DataFrame\n",
"downsampled_issues_df = issues_df.sample(n=10000)"
]
},
Expand Down