MVP Tips for Analytics Tools
Explore the lessons learned from developing a visualization app that assisted different teams in my company with aspect-based sentiment analysis (ABSA).
While creating some pipelines for automatic text annotation, I encountered a bug that made me realize I didn’t fully understand how closures work in Python. It’s important to note that in Python, a for-loop does not create a new scope or its own context, which can affect how closures behave.