Skip to content
Closed
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
5 changes: 3 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,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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we even need this future bullet point. It's not in the product now, so would remove it and just list what the product supports. Sounds more like a promise and might create confusion.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, docs shouldn't mention future plans according to the contributor's guide. @briacht Could you update and then we'll merge?


Example of usage (classification scenario):

Expand Down