Skip to content

Commit

Permalink
add lightGbm example to list (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
连修明 authored Jul 8, 2021
1 parent bff277e commit 9becdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

Expand Down

0 comments on commit 9becdd1

Please sign in to comment.