diff --git a/machine_learning/word_frequency_functions.py b/machine_learning/word_frequency_functions.py index 8fd2741f611c..0d03a393cb52 100644 --- a/machine_learning/word_frequency_functions.py +++ b/machine_learning/word_frequency_functions.py @@ -1,6 +1,6 @@ import string from math import log10 - +# what is Log10 """ tf-idf Wikipedia: https://en.wikipedia.org/wiki/Tf%E2%80%93idf tf-idf and other word frequency algorithms are often used