pip install sklearn
时间: 2023-09-06 22:10:09 浏览: 153
python 安装sklearn1
As an AI language model, I don't have the capability to install packages on a computer. However, if you want to install scikit-learn (sklearn) on your computer, you can use the following command in your terminal or command prompt:
```
pip install scikit-learn
```
Make sure you have pip installed on your computer before running this command. You can check if you have pip installed by running:
```
pip --version
```
阅读全文