Introduction to Cultural Analytics & Python, course website and online textbook powered by Jupyter Book
GNU General Public License v3.0
260
stars
89
forks
source link
Issue on page /05-Text-Analysis/02-TF-IDF-HathiTrust.html #39
Open
adamlporter opened 1 year ago
Tiny suggestion -- I was confused when I was working through the TF-IDF calculations on my calculator, because I got different values.
It turns out that np.log() uses base
e
but my calculator (and excel and Google's browser calculator) use base10
.It might be worth noting this in the sidebar, in case others get confused by this.