문제

I have a python code that uses sklearn and gensim libraries for tf-idf and LDA(Latent Dirichlet Allocation). Now that I want to migrate to Google app engine I can't use any of these two libraries because they are not supported yet. Is there any service already included in Google app engine that I can use instead of these two libraries to do tf-idf and LDA?

도움이 되었습니까?

해결책

if you are not using any of GAE-specific tools, try deploying your app on Heroku. It let's you deploy a whole virtual environment with all the installed libraries on it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top