outbrain-inc/fwumious_wabbit
Fwumious Wabbit, fast on-line machine learning toolkit written in Rust
This tool helps data scientists rapidly train machine learning models for tasks like ad click prediction or recommendation systems. It takes in large datasets with many examples and features, processing them extremely quickly to produce predictive models. It's ideal for data scientists who need to iterate rapidly on model development and feature engineering.
139 stars. No commits in the last 6 months.
Use this if you are a data scientist needing to train logistic regression or factorization machine models on massive datasets very quickly, especially for tasks like online advertising or personalized recommendations.
Not ideal if you need to use a wider variety of machine learning algorithms beyond logistic regression and factorization machines, or if your datasets are small.
Stars
139
Forks
16
Language
Rust
License
—
Category
Last pushed
Jun 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/outbrain-inc/fwumious_wabbit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.