You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,21 +65,18 @@ For more information, see the [.NET Foundation Code of Conduct](https://dotnetfo
65
65
66
66
## Examples
67
67
68
-
Here's an example of code to train a model to predict sentiment from text samples.
68
+
Here is a snippet code for training a model to predict sentiment from text samples. You can find complete samples in [samples repo](https://github.com/dotnet/machinelearning-samples).
69
69
70
70
```C#
71
-
// Path to your training tsv file. You can use machinelearning/test/data/wikipedia-detox-250-line-data.tsv
0 commit comments