Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs]Update demo readme's use case section with BentoML #4400

Merged
merged 1 commit into from
Apr 27, 2019

Conversation

yubozhao
Copy link
Contributor

@yubozhao yubozhao commented Apr 25, 2019

Hi guys,

I am one of the authors of BentoML. BentoML is a python library for packaging and deploying ML models. It provides high-level APIs for defining an ML service and packaging its artifacts, source code, dependencies, and configurations into a production-system-friendly format that is ready for deployment.

We create this example notebook to showcase the power of XGBoost and how to use it in production setting. We create a simple Titanic survival prediction model with XGBoost, and we are able to use BentoML quickly create a model archive bundle from the Jupyter notebook with all of the dependencies included. Afterward, we start REST API server from generated model archive without writing any web service code.

You can also distribute the model archive as PyPi package, use the built in CLI tool for CI/CD pipeline, create DockerImage with REST server from the generated Dockerfile, or use it as Spark UDF.

Feel free to ping me for any questions on this example and BentoML. We love to hear your feedback and improve the project to help this community.

Cheers

Bo

@yubozhao yubozhao changed the title Update demo readme's use case section with BentoML [Docs]Update demo readme's use case section with BentoML Apr 25, 2019
@hcho3 hcho3 merged commit 5dfb27f into dmlc:master Apr 27, 2019
@hcho3
Copy link
Collaborator

hcho3 commented Apr 27, 2019

Merged. Thanks for the link!

@lock lock bot locked as resolved and limited conversation to collaborators Jul 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants