From 8c83de57e35283bde988c5f0670c811e997f54d0 Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Wed, 14 Oct 2020 11:48:30 -0700 Subject: [PATCH] update cli scenarios --- docs/machine-learning/automate-training-with-cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/machine-learning/automate-training-with-cli.md b/docs/machine-learning/automate-training-with-cli.md index 6d2d26a778864..4a1e7f7ea364b 100644 --- a/docs/machine-learning/automate-training-with-cli.md +++ b/docs/machine-learning/automate-training-with-cli.md @@ -28,10 +28,11 @@ You can generate those assets from your own datasets without coding by yourself, Currently, the ML Tasks supported by the ML.NET CLI are: -- classification (binary and multi-class) +- classification - regression - recommendation -- Future: other machine learning tasks such as image-classification, ranking, anomaly-detection, clustering +- image classification +- Future: other machine learning tasks such as ranking, anomaly detection, clustering Example of usage (classification scenario):