Other packages > Find by keyword >

RVowpalWabbit  

R Interface to the Vowpal Wabbit
View on CRAN: Click here


Download and install RVowpalWabbit package within the R console
Install from CRAN:
install.packages("RVowpalWabbit")

Install from Github:
library("remotes")
install_github("cran/RVowpalWabbit")

Install by package version:
library("remotes")
install_version("RVowpalWabbit", "0.0.18")



Attach the package and use:
library("RVowpalWabbit")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-09-20
Latest Update:
Description:
The Vowpal Wabbit project is a fast out-of-core learningsystem sponsored by Microsoft Research having started at Yahoo Researchand written by John Langford along with a number of contributors. This Rpackage does not include the distributed computing implementation of thecluster directory of the upstream sources. Use of the software as a networkservice is also not directly supported as the aim is a simpler direct callfrom R for validation and comparison. Note that this package contains anembedded older version of Vowpal Wabbit. The package rvw at the GitHubrepo httpsgithub.comrvw-orgrvw-legacy can provide an alternative usingan external Vowpal Wabbit library installation.
How to cite:
Dirk Eddelbuettel (2011). RVowpalWabbit: R Interface to the Vowpal Wabbit. R package version 0.0.18, https://cran.r-project.org/web/packages/RVowpalWabbit. Accessed 25 Jun. 2026.
Previous versions and publish date:
0.0.3 (2011-09-20 17:22), 0.0.4 (2011-09-26 09:15), 0.0.5 (2012-05-20 22:40), 0.0.6 (2014-01-07 20:08), 0.0.7 (2016-07-17 16:09), 0.0.8 (2016-10-17 11:09), 0.0.9 (2017-03-06 08:28), 0.0.10 (2017-12-13 09:16), 0.0.11 (2018-01-28 23:04), 0.0.12 (2018-02-01 17:24), 0.0.13 (2019-02-22 10:00), 0.0.14 (2020-06-14 16:40), 0.0.15 (2020-08-07 10:40), 0.0.16 (2021-10-18 20:20), 0.0.17 (2022-10-05 14:50), 0.0.18 (2023-01-08 10:10)
Other packages that cited RVowpalWabbit R package
View RVowpalWabbit citation profile
Other R packages that RVowpalWabbit depends, imports, suggests or enhances
Functions, R codes and Examples using the RVowpalWabbit R package
Some associated functions: vw . 
Some associated R codes: RcppExports.R . vw.R .  Full RVowpalWabbit package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA