pip install sklearn
时间: 2023-09-06 07:10:09 浏览: 161
sklearn-porter:将经过训练的scikit-learn估计器转换为C,Java,JavaScript等
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
```
阅读全文