Today, I encountered a fun bug where f"{x}" threw a TypeError, but str(x) worked. Join me on my journey unravelling what f-strings do and uncovering the mystery of why an object might not be what it seems. (more…)
Read more »
In this video, I am going to discuss, How to implement, Logistic regression from Scratch, using Python. This implementation would be, without using sklearn l... (more…)
Read more »
Traditional approaches to string matching such as the Jaro-Winkler or Levenshtein distance measure are too slow for large datasets. Using TF-IDF with N-Grams... (more…)
Read more »
Using Spark Streaming to meet a real-world requirement for filtering, enrichment, and aggregation of unbounded data from Apache Kafka...
Read more »