https://github.com/eddelbuettel/rvowpalwabbit
R interface to the Vowpal Wabbit
https://github.com/eddelbuettel/rvowpalwabbit
cran r r-package vowpal-wabbit
Last synced: 10 days ago
JSON representation
R interface to the Vowpal Wabbit
- Host: GitHub
- URL: https://github.com/eddelbuettel/rvowpalwabbit
- Owner: eddelbuettel
- Created: 2014-01-05T21:16:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T17:23:29.000Z (6 months ago)
- Last Synced: 2024-12-14T15:51:52.021Z (5 months ago)
- Topics: cran, r, r-package, vowpal-wabbit
- Language: C++
- Homepage:
- Size: 7.97 MB
- Stars: 23
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
## RVowpalWabbit: R interface to Vowpal Wabbit
[](https://github.com/eddelbuettel/rvowpalwabbit/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://github.com/eddelbuettel/rvowpalwabbit)### About
A proof-of-concept wrapping of (an earlier version of) Vowpal Wabbit
### Status
It works. It could do with some help. And it should be updated now to use the external VowpalWabbit
library which did not exists when this work was originally done. Collaborators welcome.It was a part of CRAN from Sep 2011 to Aug 2023, sort-of grandfathered, and
now archived as it also reflects older code and design choices in the
interface (Boost parse_args as sole input is one, the actual core processing
is all fine).It can still be installed easily provided the system requirements
(i.e. Boost) are met.A newer attempt is in https://github.com/rvw-org/rvw. And an updated (at
last) upstream web presence is at https://vowpalwabbit.org.### Author
Dirk Eddelbuettel
### License
GPL (>= 2)