kryptos
kryptos copied to clipboard
Deploy Models using Google's Cloud Machine Learning Engine
User Story
As a machine learning developer, I want to deploy all predictive or classifications models on Google's Cloud Machine Learning Engine, so that I can deploy on several frameworks, such as:
- scikit-learn for the breadth and simplicity of classical machine learning
- XGBoost for the ease and accuracy of extreme gradient boosting
- Keras for easy and fast prototyping of deep learning
- TensorFlow for the cutting edge power of deep learning
Now that Kryptos is running on Google infrastructure (see #61), we can use Google's Cloud Machine Learning Engine (ML Engine) to deploy machine learning models.
Inspiration: Google released support for XGBoost on April 5, 2018. With this release, we can serve machine learning predictions in real time on the Google's Cloud ML Engine. To learn more about this integration, check out the documentation for scikit-learn & XGBoost. Google provides code examples to help developers get started.
@bukosabino this can be an excellent way to serve production-ready machine learning models.