03_claasification-spam_classifier
Open
- Dominant language
- Jupyter Notebook
- Stars
- 30k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
for word_count in X:
for word, count in word_count.items():
total_count[word] += min(count, 10)
Hello there,
I have a question regarding "min(count, 10)".
Why we only output10 if the count is greater than 10?
Thanks,
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.