CMD + K

r-glm.deploy

Anaconda Verified

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.

Installation

To install this package, run one of the following:

Conda
$conda install r::r-glm.deploy

Usage Tracking

1.0.4
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Dec 4, 2019 at 21:31

License

GPL-3

Total Downloads

332

Supported Platforms

linux-64
macOS-64
win-64