From 8c83de57e35283bde988c5f0670c811e997f54d0 Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Wed, 14 Oct 2020 11:48:30 -0700 Subject: [PATCH 1/2] 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): From a0b707750a84600771a8355488c3310d3b2020a4 Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Thu, 11 Mar 2021 09:37:59 -0800 Subject: [PATCH 2/2] get rid of "future" plans --- docs/machine-learning/automate-training-with-cli.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/machine-learning/automate-training-with-cli.md b/docs/machine-learning/automate-training-with-cli.md index 4a1e7f7ea364b..f36b42d918855 100644 --- a/docs/machine-learning/automate-training-with-cli.md +++ b/docs/machine-learning/automate-training-with-cli.md @@ -32,7 +32,6 @@ Currently, the ML Tasks supported by the ML.NET CLI are: - regression - recommendation - image classification -- Future: other machine learning tasks such as ranking, anomaly detection, clustering Example of usage (classification scenario):