Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/machine-learning/automate-training-with-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ 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

Example of usage (classification scenario):

Expand Down