📌  相关文章
📜  没有名为“sklearn”的模块 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:57.304000             🧑  作者: Mango

代码示例2
#for python 1
pip install -U scikit-learn scipy matplotlib
#for python 3
pip3 install -U scikit-learn scipy matplotlib