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 04 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

phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
murphydiagram  
Murphy Diagrams for Forecast Comparisons
Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Con ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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