为什么可以直接import numpy, import pandas
但使用sklearn的时候一般都是from sklearn import MinMaxScaler?
是因为sklearn库太大只能导入一部分吗?
为什么不直接import sklearn?