是否可以在Google App Engine上运行scikit-learn?

时间:2014-03-31 13:43:03

标签: google-app-engine scikit-learn

我正试图让scikit - 学习在Google App Engine上运行。由于scikit-learn不是the default included libraries in GAE中的一个,我遵循了from this SO question的说明,但我无法使其工作。我怀疑这个问题与依赖关系有关,所以在绝望中我发现scikit-learn's dependencies并在“libs”文件夹中添加了numpy和setuptolls inapp.yaml和scipy。不出所料,这也不起作用。

所以,我不得不问,我正在尝试做什么,或者我应该尝试使用不同的框架?

2 个答案:

答案 0 :(得分:3)

scikit-learn是一个复杂的图书馆,有许多' c'基于依赖关系。阅读similar post

答案 1 :(得分:1)