We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1503b0a commit 8350f59Copy full SHA for 8350f59
docs/code/MlNetCookBook.md
@@ -587,7 +587,7 @@ var linearModel = model.LastTransformer.Model;
587
var weights = linearModel.Weights;
588
```
589
590
-The below snipper shows how to get the weights for a fast tree model.
+The below snippet shows how to get the weights for a fast tree model.
591
592
```csharp
593
var treeModel = model.LastTransformer.Model;
0 commit comments