update sklearn version in my code env

ssuhas76
Level 3
update sklearn version in my code env

Hello There,

 

I need to update my skelarn version in the code environment packages. how do i accomplish this

 

 

0 Kudos
1 Reply
konathan
Level 3

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

0 Kudos