update sklearn version in my code env
ssuhas76
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 31 ✭
Hello There,
I need to update my skelarn version in the code environment packages. how do i accomplish this
Answers
-
Konstantina Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 27 ✭✭✭✭✭
Hi,
You can navigate to Applications --> Administration --> Code Envs and select the code environment where you need to update the Python module of interest. In the Packages to install tab, you can add the version of the module you want to be installed/updated in this environment. e.g.
scikit-learn == 0.15.2
(the version above was randomly selected)
Finally, click the SAVE AND UPDATE button.
I hope this helps!
-Konstantina