Package: glm.deploy 1.0.4

glm.deploy: 'C' and 'Java' Source Code Generator for Fitted Glm Objects

Provides two functions that generate source code implementing the predict function of fitted glm objects. In this version, code can be generated for either 'C' or 'Java'. The idea is to provide a tool for the easy and fast deployment of glm predictive models into production. The source code generated by this package implements two function/methods. One of such functions implements the equivalent to predict(type="response"), while the second implements predict(type="link"). Source code is written to disk as a .c or .java file in the specified path. In the case of c, an .h file is also generated.

Authors:Oscar Castro-Lopez [cre, aut], Ines Vega-Lopez [aut]

glm.deploy_1.0.4.tar.gz
glm.deploy_1.0.4.zip(r-4.5)glm.deploy_1.0.4.zip(r-4.4)glm.deploy_1.0.4.zip(r-4.3)
glm.deploy_1.0.4.tgz(r-4.4-x86_64)glm.deploy_1.0.4.tgz(r-4.4-arm64)glm.deploy_1.0.4.tgz(r-4.3-x86_64)glm.deploy_1.0.4.tgz(r-4.3-arm64)
glm.deploy_1.0.4.tar.gz(r-4.5-noble)glm.deploy_1.0.4.tar.gz(r-4.4-noble)
glm.deploy_1.0.4.tgz(r-4.4-emscripten)glm.deploy_1.0.4.tgz(r-4.3-emscripten)
glm.deploy.pdf |glm.deploy.html
glm.deploy/json (API)

# Install 'glm.deploy' in R:
install.packages('glm.deploy', repos = c('https://castroloj.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/oscarcastrolopez/glm.deploy/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

2 exports 2 stars 0.83 score 1 dependencies 11 scripts 164 downloads

Last updated 6 years agofrom:95a32c6ff8. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 07 2024
R-4.5-win-x86_64OKSep 07 2024
R-4.5-linux-x86_64OKSep 07 2024
R-4.4-win-x86_64OKSep 07 2024
R-4.4-mac-x86_64OKSep 07 2024
R-4.4-mac-aarch64OKSep 07 2024
R-4.3-win-x86_64OKSep 07 2024
R-4.3-mac-x86_64OKSep 07 2024
R-4.3-mac-aarch64OKSep 07 2024

Exports:glm2cglm2java

Dependencies:Rcpp