How to Install Scikit-Learn in Visual Studio Code - Quick Guide (Python)

preview_player
Показать описание
How to Install Scikit-Learn in Visual Studio Code - Quick Guide (Python)

In this video, I'll show you how to install the Python library Scikit-Learn in Visual Studio Code. You will need Pip the Python package manager installed.

This should work for both Windows 10, MacOS, and Linux.
Рекомендации по теме
Комментарии
Автор

Hi, when I do this I am receiving this error

pip install scikit-learn
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ pip install scikit-learn
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

marcelodineck
visit shbcf.ru