SmartKNN v2 — Bigger, Faster, Smarter. Coming Soon.
dev.to·1d·
Discuss: DEV
🗂️Vector Databases
Preview
Report Post

SmartKNN started as a crazy idea:

How far can we push K-Nearest Neighbors if we remove every bottleneck… instead of accepting them?

V1 proved something important — KNN can still be used in production. With weighted features, prototype compression, optimized distance rules and SmartKNN became a real production-ready tabular model.

Now it’s time for v2.

And v2 is not just an upgrade… it’s the beginning of the next era.


What’s coming in SmartKNN v2?

1. Native Classification Support

No more “only regression” limitation. SmartKNN v2 automatically detects the target type and switches intelligently between:

Classification Regression

One fit() -> SmartKNN knows what to do. No configs. No confusion.


2. Faster Prediction (Like… way faster)

Similar Posts

Loading similar posts...