Member since
06-15-2020
1
Post
0
Kudos Received
0
Solutions
06-30-2020
08:01 AM
You can do this: !pip3 install sklearn This will install the needed package. Note that ! is a magic command that executes the command not in your Python session but in the underlying OS environment.
... View more