Aws Sagemaker Does Not Update The Package
AWS Sagemaker's notebook comes with Scikit-Learn version 0.19.1 I would like to use version 0.20.2. To avoid updating it every time in the notebook code, I tried using the lifecycl
Solution 1:
Your conda update does not refer to a specific virtualenv, while your notebook probably does. Therefore you dont see an update on the notebook virtualenv.
Post a Comment for "Aws Sagemaker Does Not Update The Package"