jpmml / r2pmml

R library for converting R models to PMML
GNU Affero General Public License v3.0
73 stars 18 forks source link

[Suggestion] Support R pipeline based in Recipes #25

Closed talegari closed 6 years ago

talegari commented 7 years ago

Firstly, Thanks Vruusmann. The ecosystem being built around PMML, Openscoring with R and Python is brilliant.

R lacks pipeline support like Python due to lack of standard API. Instead of caret's preProcess, would it be a good idea to support a recipe? Recipes package is meant creating and preprocessing design matrices that can be used for modeling or visualization. Its being developed by Max Kuhn (author of caret) and Hadley Wickham.

The package seems to offer clean API and IMHO might turn into a mature pre-processing tool soon.