{"id":21822805,"url":"https://github.com/outbrain-inc/fwumious_wabbit","last_synced_at":"2025-08-18T00:33:13.457Z","repository":{"id":38016739,"uuid":"295415359","full_name":"outbrain-inc/fwumious_wabbit","owner":"outbrain-inc","description":"Fwumious Wabbit, fast on-line machine learning toolkit written in Rust","archived":false,"fork":false,"pushed_at":"2024-06-20T09:21:56.000Z","size":4613,"stargazers_count":134,"open_issues_count":6,"forks_count":19,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-12-10T21:41:43.293Z","etag":null,"topics":["data-stream-mining","deep-learning","factorization-machines","incremental-learning","logistic-regression","machine-learning","online-learning","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outbrain-inc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-14T12:52:38.000Z","updated_at":"2024-11-25T14:09:47.000Z","dependencies_parsed_at":"2024-01-15T07:43:22.264Z","dependency_job_id":"c69a6421-574b-472b-9a0b-e8e40e4aa20e","html_url":"https://github.com/outbrain-inc/fwumious_wabbit","commit_stats":null,"previous_names":["outbrain-inc/fwumious_wabbit"],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outbrain-inc%2Ffwumious_wabbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outbrain-inc%2Ffwumious_wabbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outbrain-inc%2Ffwumious_wabbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outbrain-inc%2Ffwumious_wabbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outbrain-inc","download_url":"https://codeload.github.com/outbrain-inc/fwumious_wabbit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230187684,"owners_count":18186959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-stream-mining","deep-learning","factorization-machines","incremental-learning","logistic-regression","machine-learning","online-learning","rust"],"created_at":"2024-11-27T17:17:49.879Z","updated_at":"2024-12-17T22:08:16.049Z","avatar_url":"https://github.com/outbrain-inc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fwumious Wabbit is\n- a very fast machine learning tool\n- built with Rust\n- inspired by and partially compatible with Vowpal Wabbit (much love! read more about compatibility [here](COMPATIBILITY.md))\n- currently supports logistic regression and (deep) field-aware factorization machines\n\n[![Rust-UbuntuLatest](https://github.com/outbrain/fwumious_wabbit/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/outbrain/fwumious_wabbit/actions/workflows/rust.yml)\n[![Rust-Ubuntu18](https://github.com/outbrain/fwumious_wabbit/actions/workflows/rust-Ubuntu18.yml/badge.svg)](https://github.com/outbrain/fwumious_wabbit/actions/workflows/rust-Ubuntu18.yml)\n[![Gitter](https://badges.gitter.im/FwumiousWabbit/community.svg)](https://gitter.im/FwumiousWabbit/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\nFwumious Wabbit is actively used in Outbrain for offline research, as well as for some production flows. It\nenables \"high bandwidth research\" when doing feature engineering, feature\nselection, hyperparameter tuning, and the like.\n\nData scientists can train hundreds of models over hundreds of millions of examples in\na matter of hours on a single machine.\n\nFor our tested scenarios it is almost two orders of magnitude faster than the\nfastest Tensorflow implementation of Logistic Regression and FFMs that we could\ncome up with. It is an order of magnitude faster than Vowpal Wabbit for some specific use-cases.\n\nCheck out our [benchmark](BENCHMARK.md), here's a teaser:\n\n![benchmark results](benchmark_results.png)\n\n\n**Why is it faster?** (see [here](SPEED.md) for more details)\n- Only implements Logistic Regression and (Deep) Field-aware Factorization Machines\n- Uses hashing trick, lookup table for AdaGrad and a tight encoding format for the \"input cache\"\n- Features' namespaces have to be declared up-front\n- Prefetching of weights from memory (avoiding pipeline stalls)\n- Written in Rust with heavy use of code specialization (via macros and traits)\n- Special emphasis on efficiency of sparse operations and serving\n\n\n# Weight patching\nThis repo also contains the patching algorithm that enables very fast weight diff computation see `weight_patcher` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutbrain-inc%2Ffwumious_wabbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutbrain-inc%2Ffwumious_wabbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutbrain-inc%2Ffwumious_wabbit/lists"}