wtcooper/glmToJava: Simple R method to Export a Java GLM Model

Provides a simple R method to write a no-dependency Java class of a GLM model. Java class structure based on H2O's to-Java feature. GLM model could be created in any method, only need the coefficients and the family type (gaussian, poisson, binomial, and multinomial), assuming the default link function for each family. Note it is often trivial to write the coefficients out in an equation for a GLM model, so why this package? It's primarily designed to ease conversion and avoid transcription errors for machine learning models with many predictors, some of which may be penalized to zero and removed from the equation (e.g., using elastic net glmnet in R).

Getting started

Package details

Maintainer
LicenseGPL-2
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("wtcooper/glmToJava")
wtcooper/glmToJava documentation built on May 4, 2019, 11:59 a.m.