From 3edeac8293b33b1cde7d164024488d212f048932 Mon Sep 17 00:00:00 2001 From: bojiang <5886138+bojiang@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:53:23 +0800 Subject: [PATCH] Update examples/monitoring/task_classification/README.md Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- examples/monitoring/task_classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/monitoring/task_classification/README.md b/examples/monitoring/task_classification/README.md index 39bf7e6bd01..2a67918a975 100644 --- a/examples/monitoring/task_classification/README.md +++ b/examples/monitoring/task_classification/README.md @@ -15,7 +15,7 @@ pip install -r ./requirements.txt ### Model Training -Just a simple Iris classification example. +Create an Iris classifier and save it with `bentoml.sklearn`: ```bash import bentoml