From 9becdd1a4d9306f61d99c79ca0d6246536844ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9E=E4=BF=AE=E6=98=8E?= Date: Thu, 8 Jul 2021 21:27:05 +0800 Subject: [PATCH] add lightGbm example to list (#226) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38e741e94..f34e1db41 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The included runtimes are: | Scikit-Learn | `mlserver-sklearn` | `mlserver_sklearn.SKLearnModel` | [Scikit-Learn example](./examples/sklearn/README.md) | [`./runtimes/sklearn`](./runtimes/sklearn) | | XGBoost | `mlserver-xgboost` | `mlserver_xgboost.XGBoostModel` | [XGBoost example](./examples/xgboost/README.md) | [`./runtimes/xgboost`](./runtimes/xgboost) | | Spark MLlib | `mlserver-mllib` | `mlserver_mllib.MLlibModel` | Coming Soon | [`./runtimes/mllib`](./runtimes/mllib) | -| LightGBM | `mlserver-lightgbm` | `mlserver_lightgbm.LightGBMModel` | Coming Soon | [`./runtimes/lightgbm`](./runtimes/lightgbm) | +| LightGBM | `mlserver-lightgbm` | `mlserver_lightgbm.LightGBMModel` | [LightGBM example](./examples/lightgbm/README.md) | [`./runtimes/lightgbm`](./runtimes/lightgbm) | | Tempo | `tempo` | `tempo.mlserver.InferenceRuntime` | [Tempo example](./examples/tempo/README.md) | [`github.com/SeldonIO/tempo`](https://github.com/SeldonIO/tempo) | | MLflow | `mlserver-mlflow` | `mlserver_mlflow.MLflowRuntime` | [MLflow example](./examples/mlflow/README.md) | [`./runtimes/mlflow`](./runtimes/mlflow) |