Skip to content

Commit 7515e38

Browse files
authored
Add ImageClassification and Forecasting (#16560)
1 parent 2b31df1 commit 7515e38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/machine-learning/resources/tasks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ You can train a multiclass classification model using the following training alg
7979
* <xref:Microsoft.ML.Trainers.NaiveBayesMulticlassTrainer>
8080
* <xref:Microsoft.ML.Trainers.OneVersusAllTrainer>
8181
* <xref:Microsoft.ML.Trainers.PairwiseCouplingTrainer>
82+
* <xref:Microsoft.ML.Vision.ImageClassificationTrainer>
8283

8384
### Multiclass classification inputs and outputs
8485

@@ -219,3 +220,13 @@ A recommendation task enables producing a list of recommended products or servic
219220
You can train a recommendation model with the following algorithm:
220221

221222
* <xref:Microsoft.ML.Trainers.MatrixFactorizationTrainer>
223+
224+
## Forecasting
225+
226+
The forecasting task use past time-series data to make predictions about future behavior. Scenarios applicable to forecasting include weather forecasting, seasonal sales predictions, and predictive maintenance,
227+
228+
### Forecasting trainers
229+
230+
You can train a forecasting model with the following algorithm:
231+
232+
<xref:Microsoft.ML.TimeSeriesCatalog.ForecastBySsa*>

0 commit comments

Comments
 (0)