Python——错误笔记

1、同一个项目(Project)下,不同的库(Package)之间默认不相互引用,注意这样的错误:

2、使用sklearn之前,需要安装scipy库

原文地址:https://www.cnblogs.com/shadrach/p/7641975.html