Skip to content

Commit 8350f59

Browse files
AdishoneEric Erhardt
authored and
Eric Erhardt
committed
Fixed typo in ML.NET Cookbook (#4162)
1 parent 1503b0a commit 8350f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code/MlNetCookBook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ var linearModel = model.LastTransformer.Model;
587587
var weights = linearModel.Weights;
588588
```
589589

590-
The below snipper shows how to get the weights for a fast tree model.
590+
The below snippet shows how to get the weights for a fast tree model.
591591

592592
```csharp
593593
var treeModel = model.LastTransformer.Model;

0 commit comments

Comments
 (0)