我已经检查过我的python版本是64位。
我想念什么吗?
from sklearn import preprocessing
scaler = preprocessing.MinMaxScaler(copy=True)
df2_scaled = scaler.fit_transform(df2)
这会带来以下错误:
MemoryError Traceback (most recent call last)
已将其标记为可能与另一个问题here重复。尽管即使运行正常的.py文件,我也会遇到内存问题。在这两种情况下,查看“ top”命令的结果,我都可以看到超过5GB的可用内存