Supporting article: Deploying Machine Learning has never been so easy
This is a sample project for deployment of a wrapped Scikit-Learn (sklearn
) estimator (TextClassifier
) on an AppEngine instance.
The project assumes a Google Cloud project has been instantiated and the Google Cloud SDK (gcloud
command-line) has been installed.
Deployment command
From the project's root directory: gcloud app deploy
Architecture