Text Analysis Fundamentals in Python, Part 2
Zoom OnlyThis hands on workshop builds on part 1 by introducing the basics of Python's scikit-learn package to implement unsupervised text analysis methods. This workshop will cover a) vectorization and Document Term Matrices, b) weighting (tf-idf), and c) uncovering patterns using topic modeling. Prior knowledge: We will be using the NLTK Python package, so basic familiarity with […]