Options for deploying R models in production

前端 未结 6 1101
星月不相逢
星月不相逢 2020-12-12 12:15

There doesn\'t seem to be too many options for deploying predictive models in production which is surprising given the explosion in Big Data.

I understand that the

6条回答
  •  春和景丽
    2020-12-12 12:57

    You can create RESTful APIs for your R scripts using plumber (https://github.com/trestletech/plumber).

    I wrote a blog post about it (http://www.knowru.com/blog/how-create-restful-api-for-machine-learning-credit-model-in-r/) using deploying credit models as an example.

    In general, I do not recommend PMML because the packages you used might not support translation to PMML.

提交回复
热议问题