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):