R
I created a R notebook from a dataset ,
but when I run it , I gave an error in output
NOTe : I have not done any data manipulation yet
Answers
-
tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,598 Neuron
welcome to the Dataiku community.
Before you can use R with Dataiku you have to run the dataiku specific R instillation scripts on your node. R is not integrated by default. How you take this step is different with different versions of Dataiku and OSes.
Take a look at these instructions
https://doc.dataiku.com/dss/latest/installation/custom/r.html
once you get the environment up and running the following might be helpful when it comes to packages.
https://doc.dataiku.com/dss/latest/R/packages.html
Then this knowledge base artical may also be helpful.
https://knowledge.dataiku.com/latest/courses/advanced-code/r/advanced.html
using R with Dataiku DSS is do-able. However, the first time I tried to get R running I also had a bit of a challenge. Making sure that your software is fully installed is your first step.
let us know how you are getting on with your project.
-
Thanks, I fixed it
-
tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,598 Neuron
Excellent!! So glad to hear that you have a fix.
If you are so inclined, I’d like to invite you to share a little bit more about how you solved the problems, so that when others find this post they might also be able to try your solution.