Is it possible to create models in R in dataiku?
Mohammed
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 43 ✭✭✭
Is it possible to develop models in R using Dataiku native tools, such as the lab?
Currently, we are developing models in R, and our downstream process is heavily dependent on R.
We are planning to move to Dataiku for model development. We need R objects at the end of model development so we don't have to change our downstream process.
How do we achieve this in Dataiku?
Operating system used: Windows
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi,
There is currently no visual way to develop R models, but you can leverage code recipes to train the models and deploy them using the "Custom prediction (R)" endpoint as mentioned here :
https://community.dataiku.com/t5/Using-Dataiku/Best-way-to-deploy-R-model/m-p/2066
Kind Regards,