Skip to content

Commit 200b44d

Browse files
Update word_frequency_functions.py
1 parent 9a572de commit 200b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/word_frequency_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import string
22
from math import log10
3-
3+
# what is Log10
44
"""
55
tf-idf Wikipedia: https://en.wikipedia.org/wiki/Tf%E2%80%93idf
66
tf-idf and other word frequency algorithms are often used

0 commit comments

Comments
 (0)