VowpalWabbit/vowpal_wabbit
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 73
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 6242
- days_rel: 182
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
8706 stars · 1926 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Vowpal Wabbit is a fast, open-source machine learning system focused on online, active, and interactive learning, including contextual bandit reinforcement learning and learning-to-search. It offers a C++ core with CLI, Python, C#, and Java bindings, and scales via hashing and bounded-memory streaming training.
Use cases
- train models on streaming data that doesn't fit in memory
- build a contextual bandit recommender or personalization system
- run online supervised learning from the command line
- do active learning to minimize labeling costs
- solve joint prediction problems with learning to search
- extreme multi-class classification with many labels
- evaluate policies offline before deploying a bandit
When to choose
- you need fast online/incremental learning with a small memory footprint
- you're building contextual bandit or interactive RL systems
- you want battle-tested ML research algorithms with CLI and Python bindings
When to avoid
- you need deep learning with GPUs or neural architectures
- you want a high-level scikit-learn-style API with extensive preprocessing
- your team can't work with a custom input format and CLI-centric workflow
Facets
library · maturity active
machine-learning reinforcement-learning cli machine-learning reinforcement-learning developer-tools windows python cpp cli cross-platform online-learning contextual-bandits active-learning learning-to-search hashing-trick extreme-classification supervised-learning algorithms linux macos
4 sources
- readme: https://github.com/VowpalWabbit/vowpal_wabbit · fetched 2026-08-28 · 0e6449a9169d
- homepage: https://vowpalwabbit.org · fetched 2026-08-29 · a63c66597814
- site_page: https://vowpalwabbit.org/features.html · fetched 2026-08-29 · 6abe7f205320
- site_page: https://vowpalwabbit.org/docs/vowpal_wabbit/python/latest/index.html · fetched 2026-08-29 · 9b4f85809417
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VowpalWabbit/vowpal_wabbit | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="VowpalWabbit/vowpal_wabbit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem