Is it possible to run scikit-learn on Google App Engine?

前端 未结 2 664
梦毁少年i
梦毁少年i 2020-12-19 08:49

I\'m trying to get scikit-learn to run on Google App Engine. Since scikit-learn isn\'t one of the default included libraries in GAE, I followed the instructions from this SO

相关标签:
2条回答
  • 2020-12-19 09:29

    The Python 3.7 Standard Runtime supports importation of any libraries you want to use, such as sklearn

    0 讨论(0)
  • 2020-12-19 09:46

    scikit-learn is a complicated library with many 'c' based dependencies. Read on a similar post.

    0 讨论(0)
提交回复
热议问题