dotnet / dotnet/machinelearning-samples
Can't get sample to report non-toxic sentiment
Open
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
Problem encountered on https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/consume
Operating System: macos
I changed to different values including
```input.SentimentText = "That is good.";```
and
```input.SentimentText = "Get yourself some help.";```
(this is a line that was non-toxic in the CSV)
I was trying to find a value that gives mem non-toxic sentiment
Contributor guide
Assessment
This issue has not been assessed yet.