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

前端 未结 2 663
梦毁少年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

提交回复
热议问题