Hacker News new | ask | show | jobs
Text classification with Python 3.14's ZSTD module (maxhalford.github.io)
12 points by Lemaxoxo 139 days ago
1 comments

Hello HN. 5 years ago I posted an article about text classification via data compression. I got helpful and educative comments in response. Now that Python have shipped zstd in 3.14, I thought it would be time to revisit this approach. The throughput figures are much better. This means you can do baseline machine learning with Python's standard library!