初学者,请问为什么会一直在from as这行报错?已经下载了sklearn包
你应该写成import xxx as xx这样吧?
没有这种语法,把 from sklearn.datasets as datasets 改成 import sklearn.datasets as datasets