从狮子升级到山狮后,我的 Enthought Python Distribution EDP FREE 32 bits 附带的 sklearn 模块丢失了。
$ python ASAP_bag_of_words_benchmark_3.py
Traceback (most recent call last): File "ASAP_bag_of_words_benchmark_3.py", line 4,
in <module> import features
File "/Users/joseberengueres/Documents/3 - kaggle/ASAP2/Benchmarks/features.py",
line 14, in <module>
import length_benchmark
File "/Users/joseberengueres/Documents/3 - kaggle/ASAP2/Benchmarks/length_benchmark.py",
line 5, in <module>
from sklearn.ensemble import RandomForestRegressor
ImportError: No module named sklearn.ensemble
我相信一定有一些快速的工作。由于类似的原因,EDP 附带的其他演示停止工作。