Skip to content

Commit 3df8907

Browse files
authored
Add ML.NET 0.10.0 parameter order change warning (dotnet#10637)
* Add ML.NET 0.10.0 parameter order change warning Add ML.NET 0.10.0 parameter order change warning * Specified Time Error Displays Specified error in column order happens at runtime when building the model.
1 parent 00cdbb4 commit 3df8907

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/machine-learning/tutorials/sentiment-analysis.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ Next, call `mlContext.Transforms.Text.FeaturizeText` which featurizes the text c
201201

202202
[!code-csharp[TextFeaturizingEstimator](../../../samples/machine-learning/tutorials/SentimentAnalysis/Program.cs#7 "Add a TextFeaturizingEstimator")]
203203

204+
>[!WARNING]
205+
> ML.NET Version 0.10 has changed the order of the Transform parameters. This will not error out until you run the application and build the model. Use the parameter names for Transforms as illustrated in the previous code snippet.
206+
204207
This is the preprocessing/featurization step. Using additional components available in ML.NET can enable better results with your model.
205208

206209
## Choose a learning algorithm

0 commit comments

Comments
 (0)